Posts: 456
Threads: 63
Joined: Apr 2022
Reputation:
10
I remember from way back when, there was something like If Exist(filename) to load a file if it existed, so you could provide an option if it didn't, but I can't find it or remember its syntax. Any clues?
Of all the places on Earth, and all the planets in the Universe, I'd rather live here (Perth, W.A.)
Posts: 2,700
Threads: 124
Joined: Apr 2022
Reputation:
134
08-28-2022, 02:04 AM
(This post was last modified: 08-28-2022, 02:12 AM by bplus.)
_FileExists(theFile$) It's a Function ;-)) It will return -1 or True if file exists and 0 = False if it's not found.
b = b + ...
Posts: 1,616
Threads: 157
Joined: Apr 2022
Reputation:
77
Always use this statement...
IF _WIKIEXISTS THEN GOTO WIKI
Pete
- Your SCREEN 0 GOTO guy.
If eggs are brain food, Biden takes his scrambled.