INT(arg)

The INT function will convert the first character of its string argument arg to its corresponding integer ASCII value
e.g.
	INT("A")

	will return the integer 65
NOTE:
INT("") will return 0