Charat

From Mesham

Jump to: navigation, 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];
Personal tools