Commands/Functions
Conditional If, Else, Elsif, End
|
Loops Repeat ... Until, While ... Wend
|
Script execution Error, Exit, Gosub, Goto, Option, Stop, Timer, Trace, Wait, Wait event
|
Data handling Binfile, Directory, File, Inifile, List, Registry
|
Windows Dialog, Window, Title, Info, Warn, Dde, Hotkey
|
Shell functions Beep, Clipboard, Exitwin, Font, Htmlhelp, Icotobmp, Killtask, Link, Run, Runh, Runm, Runz, Shell, Taskbar, Winhelp
|
Variables Parse, Shift
|
Libraries External, Loadlib, Freelib
|
Compiler directives #define, #resource, #include
|
|
|
List Syntax
List create, <list id>, [sorted] |
List clear, <list id> |
List close, <list id> |
List add, <list id>, <text> |
List assign, <list id>, <list id2> or <text string separated with @cr()> |
List seek, <list id>, <line number> |
List put, <list id>, <text> |
List delete, <list id>, <text> |
List loadfile, <list id>, <filename> |
List savefile, <list id>, <filename> |
List fontlist, <list id> |
List filelist, <list id>, <path> |
List modules, <list id>, <task> |
List tasklist, <list id>, <N: taskname or I: identifier> |
List winlist, <list id>, <C: class, I: identifier or N: name> |
List regkeys, <list id>, <root key>, <subkey> |
List regvals, <list id>, <root key>, <subkey> |
Dialog Syntax
Dialog create, <title>, <top>, <left>, <width>, <height>, <styles> |
Dialog add, <element type>, <name>, <element description> |
Dialog set, <name>, <text> |
Dialog setpos, <name>, <top>, <left>, <width>, <height> |
Dialog settip, <name>, <text> |
Dialog popup, Item1|Item2|..., <x>, <y> |
|
|
|