Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

Application Server

StringASCII()

  • Last UpdatedJul 22, 2024
  • 1 minute read

Returns the ASCII value of the first character in a specified string.

Category

String

Syntax

IntegerResult = StringASCII( Char );

Parameter

Char

Alphanumeric character or string or string attribute.

Remarks

When this function is processed, only the single character is tested or affected. If the string provided to StringASCII contains more than one character, only the first character of the string is tested.

Examples

StringASCII("A"); ' returns 65;

StringASCII("A Mixer is Running"); ' returns 65;

StringASCII("a mixer is running"); ' returns 97;

See also

StringChar()

StringFromIntg()

StringFromReal()

StringFromTime()

StringInString()

StringLeft()

StringLen()

StringLower()

StringMid()

StringReplace()

StringRight()

StringSpace()

StringTest()

StringToIntg()

StringToReal()

StringTrim()

StringUpper()

Text()

In This Topic
Related Links
TitleResults for “How to create a CRG?”Also Available in