IsPunct()

<< Click to Display Table of Contents >>

Navigation:  Explain™ Control Language  > Library Routines > Miscellaneous functions >

IsPunct()

Description

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.

 

Type

REGULAR FUNCTION

 

Usage

Result = IsPunct(AsciiNumb)

 

AsciiNumb

INDEX

ASCII number of the character.

Result

BOOL

TRUE = Character is punctuation.

FALSE = Character is not punctuation.

 

Related Topics