IsInCharacterRange

Returns True/False indicating whether the specified string is limited to the specified character range.

Usage

@IsInCharacterRange(<Character Range>, <String>)

Argument Name Description
Character Range The character range. Valid values include ASCII, Single-Byte, Double-Byte, and Multi-Byte.
String The string to test.


Examples

@IsInCharacterRange

function example

Procedure  
  Method Overload ErrorHandlingMode  
    Argument Value Comment
OnAfterBuild  
  SetEntry Text    
    Address Data.Cell  
    CellByCell True  
    CellCondition  
    Entry @IsInCharacterRange(122,Data.Cell)