Mark F
October 13th, 2002, 12:55 PM
All the information on GVMS is located here (http://www.girder.nl/help/registers.php).
The command you are looking for is:
cut(string source, integer start, integer count)
If you want the first 20 characters of the string variable "StrTemp", use this command:
StrTemp = cut(StrTemp,0,20);
The command you are looking for is:
cut(string source, integer start, integer count)
If you want the first 20 characters of the string variable "StrTemp", use this command:
StrTemp = cut(StrTemp,0,20);