string.byte
From GMod Wiki
Function | |
Syntax |
string.byte( String str [, Integer start [, Integer end ]] ) Where is this used? |
Description: | |
Return the numeric value(s) of a portion of str, from start to end. If start or end are not specified, they are assumed to be 1 and start + 1, respectively. | |
Returns: | Number number or Number number1, Number number2, ... |
Part of Library: | String |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=String.byte]String.byte [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Example
Additional Notes
- None