numToByte | |||||||
Type | function | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Summary | Returns the byte corresponding to a numeric value in the range 0-255. | ||||||
Introduced | 4.0 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Parameters |
| ||||||
Example |
| ||||||
Values |
| ||||||
Related | Property: extendKey, charSet, HTMLText, useUnicode Function: uniEncode, binaryEncode, byteToNum, charToNum, base64Encode, macToISO, toUpper, ISOToMac, toLower, binaryDecode | ||||||
Description | Use the byteToNum function to translate numbers into their byte equivalents, or to interpret a byte (such as a control character) that can't be displayed. The numToByte function is the inverse of the byteToNum function. | ||||||
Tags | text processing |