IntroductionGetting StartedAll PostsNotesAbout The Author
Notes
Declarations
Variable type abbreviations are used when available. Strings are abbreviated as '$', longs as '&', and doubles as '#'. The integer type, which can be abbreviated as '%', is not used because integers are 'widened' to longs by the compiler in most cases.
Variants are often not explicitly declared as such so they may be used as arrays.
IntroductionGetting StartedAll PostsNotesAbout The Author