Example explains how to use methods, using a STRING variable as an example. Although the
STRING is a simple object type, it has a large number of methods which can be called.
For example, if you are interested in the length of the string value, look under the list in the Software Customisation Reference Manual for
STRING objects, and you will find a method named
Length.
This method returns a REAL value (the number of characters in the string), but has
no effect on the variable itself.