i use FileRequest() and the condition to abort the selection i see in some example is:
Code: Select all
if file$ = "" then EndCode: Select all
if file$ = "" then print("Request cancelled")An idea to resolve that please ?
Thanks for your help.
Code: Select all
if file$ = "" then EndCode: Select all
if file$ = "" then print("Request cancelled")