Returns one character in the ASCII collating sequence.
Category: | Character |
Windows specifics: | Uses the ASCII code sequence |
See: | BYTE Function in SAS Functions and CALL Routines: Reference |
specifies an integer that represents a specific ASCII character. The value of n can range from 0 to 255.
'7F'x
) can 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.