Thursday, January 7, 2010

AX ASCII Functions

Converts a character in a string to the ASCII value of the character you have to use :

int char2Num(str text, int position)

Instead, converts an integer to the corresponding ASCII character you have to use :

str num2Char(int figure)

see also http://msdn.microsoft.com/en-us/library/aa653761.aspx

No comments: