Top index Wirbel home

::asc

asc(char) - determine the byte representation of a character

asc(char) returns the internal byte representation of a character. Ascii character are representated by values from 0 to 127. Other characters are representated by negative values from -128 to -1. A note for C-programmers: Wirbel characters are represented by C char and are always signed.