asiSelectInst
asiSelectInst(s_field[?promptt_prompt] [?formr_form] [?tabl_tab] ) => t / nil
Description
Lets you select an instance from the schematic. If you select any other object, the system beeps and ignores the selection.
Arguments
|
Form that contains the field to be filled in with the selected value. The default is the form returned by |
|
Value Returned
Examples
Lets you select an instance from the schematic to use as input for the inst1 field of the current form. It is used when the form does not contain any tabs.
asiSelectInst( 'inst1 )
Lets you select an instance inst1 which is present in page1 of TabField. It is used when a form contains multiple tabs.
asiSelectInst('inst1 ?tab list('TabField 'page1))
Related Topics
Return to top