Uniface Underground -> Undocumented.Features.Only. |
Name | $tometa
Return the character coresponding to an ASCII code |
Synopsis | variable = $tometa(Code) |
Use | Available in any component type. |
Description | The character corresponding to the specified ASCII
Code
is assigned to variable.
Tested in 7.2.03 and 7.2.04 |
Example | $1 = $tometa(36) ; $1 = "$"
b = 85 $2 = $tometa(b) ; $2 = "U" |