HOWTO
Applies To:
ITScriptNet V1/V2
How can an in-prompt script be written for the First Character property that will allow any character.
DETAILS
If the first character property is set to a vertical bar '|', the terminal will accept any character.
Example:
IIF(Left($Prompt1$,3) = "ABC", "Z", "|")
This script will require a first character of 'Z' if the value of prompt1 starts with 'ABC'. Otherwise any character is allowed.
This article last updated:
1/1/2009 12:00:00 AM