TEXT data type as class
The TEXT primitive data type provides a set of
utility methods to manipulate TEXT data.
TEXT methods can be invoked with a variable, for example:
DEFINE t TEXT
...
CALL t.writeFile("mydata")
The TEXT primitive data type provides a set of
utility methods to manipulate TEXT data.
TEXT methods can be invoked with a variable, for example:
DEFINE t TEXT
...
CALL t.writeFile("mydata")