PDA

View Full Version : Can i specify the variable's lengh



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);

bri
October 13th, 2002, 12:55 PM
i everyone,

'm looking for solution to specify the lengh of a variable.
I explain you, when I display on my VFD some information from PowerDVD it's too long for my display.
How can i tell girder too cut the variable with GVMS I think?
Thanks