EmptyString
Type
expression
Summary
Designates the string of length zero.
Syntax
the empty string
Description
Use the empty string
to initialise a string variable. The empty string is synonymous with the string literal ""
Examples
variable tVar as String
variable tCount as Number
put the empty string into tVar
put the number of chars in tVar into tCount -- tCount is 0