String

From BR Wiki
Revision as of 12:17, 5 January 2012 by Mikhail.zheleznov (talk | contribs) (Imported STRING page from old wiki)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A string or string variable is a variable which may contain any type of characters. Strings are one of the two types of variables available in BR!, the other is numeric Strings may be formed into an Array of strings.

  • All normal Variable Naming Requirements apply
  • Variable name must end with $ (the $ does not count against the 30 character variable name limitation)
  • Default (Dim) Length of 18 characters