Clib Is Punctuation Mark Method
The Clib Is Punctuation Mark method returns True if the value that you specify in the char argument is a punctuation mark that you can enter from the keyboard. If the value you specify is not one of these values, then it returns Null.
This method returns True if one of the following ASCII codes represents the punctuation mark:
33 through 47
58 through 63
91 through 96
123 through 126
The arguments for this method are the same as the arguments for the Clib Is Alphabetic method. For more information, see Clib Is Alphabetic Method.
Format
Clib.ispunct(char)