James Elliott wrote:
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 ?
There had to be one.
=CODE("B")
The function name now reflects the use of internationalised char sets,
and I would guess returns 16 bit values where appropriate.
The Function Wizard with it's function categories and descriptions is
handy for finding these related functions.
Ross
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]