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
e.g. INT("A") will return the integer 65
INT("") will return 0