finishEnterFun
finishEnterFun( [g_form] ) =>t / nil
Description
Completes an enterfunction if possible.
Some commands cannot be finished until you enter all the required points. When finishEnterFun is called in such a situation, the enterfunction is canceled even though finishEnterFun returns t.
Do not call finishEnterFun from within an enterfunction callback procedure.
Argument
Values Returned
Examples
Displays the prompt First is displayed in the CIW.
enterPoints(?prompts list("First" "Next")
Enter points p1, p2, and p3. Now type
finishEnterFun( )
The enterfunction is terminated, the prompt goes away, and ( p1 p2 p3 ) is returned.
Related Topics
Return to top