byteToNum | |||||||
Type | function | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Summary | Returns the numeric value of a byte. | ||||||
Introduced | 4.0 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Parameters |
| ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: integer Function: md5Digest, charToNum, numToByte, numToChar Control Structure: function | ||||||
Description | Converts a single byte to a numeric value in the range 0-255 The byteToNum function is the inverse of the numToByte function. | ||||||
Tags | text processing |