Enterfunction Flag acceptNumber
If acceptNumber is nil (the default) and you enter a number into the CIW, the enterfunction is terminated immediately. Otherwise, you can enter the number without terminating the enterfunction. In this latter case, doneProc is called with the number instead of the entered points. doneProc knows that the enterfunction is not being terminated.
Return to top