CONFIRM
boolean CONFIRM('Question?');
Example:
if CONFIRM('Are you sure?') then …
Daraufhin wird ein Bestätigungsdialog angezeigt. Der Benutzer wird aufgefordert, „Ja“ oder „Nein“ zu wählen, bevor er fortfährt.
boolean CONFIRM('Question?');
Example:
if CONFIRM('Are you sure?') then …
Daraufhin wird ein Bestätigungsdialog angezeigt. Der Benutzer wird aufgefordert, „Ja“ oder „Nein“ zu wählen, bevor er fortfährt.