In version 7 is there a simple way to convert an integer to text so that the new text value can be added to an existing text string?
Howard,
Use (CTXT(IntegerValue)) function of R:BASE!
Example:
SET VAR v1 INTEGER = 100 SET VAR v2 TEXT = (CTXT(.v1)&'Any Text') SHOW VAR v2
Have Fun!
Very Best R:egards,
Razzak.
Unbounded Possibilities with Industrial-Strength, True-Relational and Multi-User Database Management System

