GALiRe
GScript argument (charAt in)




Function:
Checks what character is at a given position in a variable or element. i.e. -
$secondLetter = charAt(2) in($userName);


This works outside of GALiRe Script, as long as it is within an event tag (ex. onLoad:;) and is best used to return a true/false value.