IsPunct()

IsPunct()

Type: REGULAR FUNCTION

Purpose: Determine whether an ASCII number refers to a punctuation character.

Returns TRUE for any printable character that is not a space character or an alphanumeric character.

Usage: Result = IsPunct(AsciiNumb)

 

AsciiNumb

INDEX

ASCII number of the character.

  Result BOOL

TRUE = Character is punctuation.

FALSE = Character is not punctuation.

Related Topics Link IconRelated Topics