StrAt
Previous
Top
Next
Returns the character at a specific position. Index starts from 0 to String length - 1.
Syntax: StrAt (String, Index)
Example: a = StrAt ("abcdef" , 3)
Result: a = "d"
Converted from CHM to HTML with
chm2web Pro 2.85 (unicode)