Charat
From Mesham
Jump to navigationJump to search
Overview
This charat[s,n] function will return the character at position n of the string s.
- Pass: A string and integer
- Returns: A character
Example
var a:="hello"; var c:=charat[a,2];
This charat[s,n] function will return the character at position n of the string s.
var a:="hello"; var c:=charat[a,2];