ByteCountToCells
Syntax
stock ByteCountToCells(size)
Usage
| Parameter | Description |
|---|---|
| size | Number of bytes. |
Description
Returns the number of cells required to fit a string of the specified size (including the null terminator).
Return
Minimum number of cells required to fit the byte count.