Migration Guide : C. Features Introduced in OpenROAD 5.1 : New Features : ToString Core Library Function
 
Share this page                  
ToString Core Library Function
A new 4GL procedure ToString was added to the core application included with all OpenROAD applications.
The ToString function is intended for use with the new StringObject methods Split and Join (see StringObject Methods). ToString takes a varchar as a parameter and returns a StringObject containing the text of that varchar. An optional StringObject parameter enables the caller to provide the StringObject to be returned.
For more information about this attribute, see the Language Reference Guide.