12-23-2023, 12:57 AM
Also, doh, I see my typo.
result$ = _OPENFILEDIALOG$("Pick a File", "", "", "")
-------
is the same asĀ
-------
result$ = _OPENFILEDIALOG$("Pick a File")
thnx again
result$ = _OPENFILEDIALOG$("Pick a File", "", "", "")
-------
is the same asĀ
-------
result$ = _OPENFILEDIALOG$("Pick a File")
thnx again