12-18-2022, 04:30 PM
Well @Dimster , if you bothered to read my thread...
>Now folks, please make sure you use good coding practice and associate each FREEFILE statement with each corresponding OPEN statement. In other words don't have a list of pre-assigned FREEFILE assignments at the top of your program or you might get duplicate file handles. Remember, FREEFILE is tracking your file use, and depending on conditional statements, like in our example, your results may vary.
Of course, you'd be divorced by doing so, so I get it...
Anyway, just kidding. My fault, I should have figured a way to make it much more clearer...
Hmm, what to do... Oh I know, I'll go back and edit it be be something more profound like "You actually have to Open the file to trigger a value." Wow, where do I come up withe these!
Thanks,
Pete
>Now folks, please make sure you use good coding practice and associate each FREEFILE statement with each corresponding OPEN statement. In other words don't have a list of pre-assigned FREEFILE assignments at the top of your program or you might get duplicate file handles. Remember, FREEFILE is tracking your file use, and depending on conditional statements, like in our example, your results may vary.
Of course, you'd be divorced by doing so, so I get it...
Anyway, just kidding. My fault, I should have figured a way to make it much more clearer...
Hmm, what to do... Oh I know, I'll go back and edit it be be something more profound like "You actually have to Open the file to trigger a value." Wow, where do I come up withe these!
Thanks,
Pete