VA FileMan V. 22.0 Getting Started HTML Manual Banner


 

Main Chapter Getting Started Manual Programmer Manual

VA FileMan Functions


$C[HAR]

Format: $C(n, . . .)
Parameters: n is an integer or an expression yielding an integer.
Use: This function returns the character corresponding to the ASCII value of n. If more than one n is specified in the argument, a string of characters will be returned.
Examples:

$C(100)=> d

$C(99,100,101)=> cde

 


Reviewed/Updated: March 4, 2007