Prev Page Next Page
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"
Prev Page Next Page
Converted from CHM to HTML with chm2web Pro 2.85 (unicode)