Page 1 of 1

Run the following script, and there is no record in the log.

Posted: 24 Sep 2018 16:43
by kuiwu_zh
Run the following script, and there is no record in the log.

Code: Select all

new ("new file",,,"r");

Re: Run the following script, and there is no record in the log.

Posted: 24 Sep 2018 16:56
by highend
Because you need to supply the "u" for the flags parameters as well

Moved to Q&As