Language Reference Guide : 4. System Classes : EntryField Class : StringValue Attribute
 
Share this page                  
StringValue Attribute
Data Type: StringObject
4GL Access: RW
The StringValue attribute contains the full text in an entry field, regardless of its length.
This attribute represents a string object that contains the entire value in the entry field (in contrast to the TextValue attribute, which contains only the first 256 characters).
Although the StringValue attribute can be used to access data in entry fields, it is easier to use the variable associated with the field instead.
Note:  For free trim and box trim fields, you can both read and write this attribute.