Chapter Contents |
Previous |
Next |
BYTE |
Windows specifics: | Uses the ASCII code sequence |
Syntax | |
Details | |
See Also |
Syntax |
BYTE(n) |
Details |
Because Windows is an ASCII system, the BYTE function returns the nth character in the ASCII collating sequence. The value of n can range from 0 to 255.
Any programs using the BYTE function with characters
above ASCII 127 (the hexadecimal notation is
'7F'x
) may return a different value
when used on a PC from another country as characters above ASCII 127 are national
characters and they vary from country to country.
See Also |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.