I am having a problem with the Filerequester instruction. Here is my code
Despite this, I am unable to set Openfileresquester to the directory ‘d:\toto’ and the file ‘toto.csv’.DefaultFile$ = ‘d:\toto\toto.csv’
; ; Default directory and file to be displayed
Filter$ = ‘CSV file(*.csv)|*.csv’
Filter = 0 ; use the first of the three possible filters by default
File11$ = OpenFileRequester(‘Select file to import’, DefaultFile$, Filter$, Filter)
Can anyone assist?
Translated with DeepL.com (free version)