This is what doesn't make sense to me. For the procedure to be able to overwrite what the bang wrote, it means that it knows what was in the file before the bang occurred, which shouldn't be happening as the "io.open" hasn't been executed yet...balala wrote: ...
- If the Bang is before the open-write-close procedure, the bang writes the appropriate value into the file, but then the open-write-close procedure overwrites what the Bang wrote.
...
It is currently October 15th, 2024, 1:05 am
Using variables in a loop.
-
- Posts: 919
- Joined: January 30th, 2017, 2:01 am
- Location: Greece
Re: Using variables in a loop.
-
- Rainmeter Sage
- Posts: 16658
- Joined: October 11th, 2010, 6:27 pm
- Location: Gheorgheni, Romania
Re: Using variables in a loop.
No, I think the procedure can overwrite the content of the file, even if it doesn't know its content.kyriakos876 wrote:This is what doesn't make sense to me. For the procedure to be able to overwrite what the bang wrote, it means that it knows what was in the file before the bang occurred, which shouldn't be happening as the "io.open" hasn't been executed yet...