Uniface Underground -> Undocumented.Features.Only. Go Home

$tometa

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"

Copyright © 1999-2000  $UUU  All rights reserved.
Disclaimer. | Site Comments.