Tile - String - Character At – Ylands
Jump to navigation
Jump to search
m (YlandsClassyBot moved page Ylands Tile - String get character at to Ylands:Tile - String - Character At: New Structure) |
No edit summary |
||
Line 1: | Line 1: | ||
<!--- | |||
THIS PAGE WAS GENERATED AUTOMATICALLY; DO NOT EDIT IT, OTHERWISE YOUR CHANGES WILL BE LOST DURING FUTURE UPDATE. | |||
--> | |||
== Character At(Source, Position) == | |||
=Notes= | [[File:YlandsTile-79.png]] | ||
*Script counts positions from zero. 0 is the first position in a string, 1 is the second, 2 is the third ... | |||
<pre>charAt(position: number): string;</pre> | |||
=== Parameters === | |||
==== position ==== | |||
=== Returns === | |||
'''string''' | |||
=== Description === | |||
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 ... | |||
Line 11: | Line 29: | ||
[[Category: Instructions]] | [[Category: Instructions]] | ||
Revision as of 08:53, 8 July 2021
Character At(Source, Position)
charAt(position: number): string;
Parameters
position
Returns
string
Description
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 ...