|
$type question [IIF] |
![]() ![]()
|
Designate Infobox for Question and Response
$type question
This command identifies the infobox as one that, when selected, will invite the caller to enter a numeric value using the touch-tone keys. The infobox must contain a $get_var command to specify the variable to be set from the caller input.
This command has no parameters.
Example:
; Filename 00004000.IIF
$type question
$image_desc s
$script "enter your zip code"
$get_var ZIP 5 5
$validate digits
$script "if the zip entered is correct press 1"
$confirm_desc @FFBASE\image\zip.vox
$next_box 4001
$error_exit 999
Topic url: http://www.copia.com/support/refmanual/index.html?$typequestion.htm