asca PowerHome formula function
Description
Converts the first character of a string to its ASCII integer value.
Syntax
asca ( string )
Argument |
Description |
string
|
The string for which you want the ASCII value of the first character
|
Return value
Integer. Returns the ASCII value of the first character in string.
Usage
Use AscA to test the case of a character or manipulate text and letters.
To find out the case of a character, you can check whether its ASCII value is within the appropriate range.