Appending numeric values

Scalar numeric values can be drawn by use of the RCHAR function and the append operator, //. For example:

 TEXT 'The value of A is '//RCHAR(A)
 TEXT 'The value of X['//RCHAR(J)//'] = '//RCHAR(X[J])
 

  TEXT command
  GRAPHUNITS