CharAt Function

Next: , Previous: Bitreverse, Index: Index

This charat[s,n] function will return the character at position n of the string s.

Pass: A string and integer
Returns: A character

Examples

var a:="hello";
var c:=charat[a,2];


Last Modified: August 2008