WebBase Data Type: Text.
Text is a string of characters between 0-255 characters long.
In WebBase apllication all varible names of the
text type must end with the $ symbol.
You can add texts together.
Example: a$="Text "; b$="Example"; c$=a$+b$
Result: a$="Text " b$=Example" c$="Text Example"
Program Example
Return
Last Updated: July 1998