Language Reference Guide : 4. System Classes : StringObject Class : Value Attribute
 
Share this page                  
Value Attribute
Data Type: varchar(2000)
4GL Access: RW
The Value attribute is a varchar representation of the string object.
When you set this attribute, the new value replaces any existing value. By setting this attribute, you can move the contents of a varchar variable into a string object. You cannot set the Value attribute to null.
You can retrieve this value into a varchar variable, in effect, moving a string object into a varchar variable. If necessary, OpenROAD truncates the string at the length of the varchar variable. (You can declare a varchar variable of up to 2000 characters.)