.confirm()
Description
Parameters
Usage On Strings
answer = "Are you sure you want to quit?".confirm()
if answer (
log "User accepted"
)Last updated
answer = "Are you sure you want to quit?".confirm()
if answer (
log "User accepted"
)Last updated