In a calc cell I can use the function CHAR to convert a number to the corresponding character,
eg.  =CHAR(65)  gives me the letter A

What function would I use to get the ASCII value of B?

ie, in pseudocode what is the correct syntax for something like this:
ASC("B") = 66  ?

Many thanks, James
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to