%Library.VarString
hidden datatype class %Library.VarString extends %Library.String
ODBC Type: VARCHAR
The %VarString data type class represents strings of various lengthsThe logical value of the %VarString data type is a string.
Parameters
parameter MAXLEN;
the string may contain unlimited number of characters (subject to InterSystems IRIS limit)
Inherited Members
Inherited Methods