Tile - String - Character At – Ylands

From Bohemia Interactive Community
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:
[[Image:Ylands_Tile_-_String_get_character_at.png]]
<!---
*'''Returns''' '''character''' at selected '''position''' of given [[Ylands Tile - String literal|'''string''']].
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]]
[[Category: Ylands 0.10]]

Revision as of 09:53, 8 July 2021