getAscii( <character> )
Module: Utils
Summary:
Returns ASCII number of the first character.
Example:
ascii = getAscii( "a" );
Required Args:
1 : <character> string with atleast one character