|
$star_box [IIF] |
![]() ![]()
|
Specify * processing in a menu
$star_box infobox|Sstatenum|S:state|@varname
This command can be used in a $type menu infobox to specify the action when the caller presses the * key. Note that the star key can also be returned from $get_var when the * parameter is used.
The parameter on this command is used as follows:
| infobox | the name or number of an infobox (names should not start with an 'S' and numeric digits). |
| statenum | the number of a suitable state as shown in Appendix C: State Table. |
| state | the name of a suitable state as shown in Appendix B: State Table. |
| varname | the name of a variable whose contents contain an infobox name or number. |
Default: Star key ignored
Example:
$star_box s12 ; go to ask for more images if * pressed
$star_box s:do_more_images ; go to ask for more images if * pressed
Topic url: http://www.copia.com/support/refmanual/index.html?$star_box.htm