GETSTRBYTES†
Format†
GETSTRBYTES( string [ , code ] )
Function†
- Returns the number of bytes required to store the string.
Arguments†
- string
- A character string.
- code
- Specify the character code ID in which the number of bytes stored will be returned (optional). If omitted, the default is 0.
Return value†
- If successful, the number of bytes
- If unsuccessful, 0
Related†
Version†
- YAYA: Available from the start
- Available in AYA5.8
Example†
- No example yet.
- Someone please provide one!