IsDigit()

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

IsDigit()

Previous pageReturn to chapter overviewNext page

Purpose

To determine if the first character of a string is a numeric digit

Syntax

IsDigit( <cString> ) lLogical

Arguments

<cString> is the string to test

Returns

IsDigit() returns TRUE if the first character in <cString> is a digit (0-9).