CONFIRM
boolean CONFIRM('Question?');
Example:
if CONFIRM('Are you sure?') then …
This displays a confirmation dialogue. The user will be asked to select “yes” or “no” before continuing.
boolean CONFIRM('Question?');
Example:
if CONFIRM('Are you sure?') then …
This displays a confirmation dialogue. The user will be asked to select “yes” or “no” before continuing.