Tile - String - Character At – Ylands
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
[[Image:Ylands_Tile_-_String_get_character_at.png]] | [[Image:Ylands_Tile_-_String_get_character_at.png]] | ||
*'''Returns''' '''character''' at selected '''position''' of given [[Ylands Tile - String literal|'''string''']]. | *'''Returns''' '''character''' at selected '''position''' of given [[Ylands Tile - String literal|'''string''']]. | ||
=Notes= | |||
*Script counts positions from zero. 0 is the first position in a string, 1 is the second, 2 is the third ... | |||
---- | ---- | ||
{{Ylands scripting navbox}} | {{Ylands scripting navbox}} |
Revision as of 15:16, 20 December 2018
- Returns character at selected position of given string.
Notes
- Script counts positions from zero. 0 is the first position in a string, 1 is the second, 2 is the third ...