Page 1 of 1

About Action Log

Posted: 18 May 2018 11:31
by liyinan
I created a file with script, and the file was created successfully, but not in the log.
01.png
01.png (13.33 KiB) Viewed 1144 times
02.png
02.png (3.78 KiB) Viewed 1144 times
03.png
03.png (23.85 KiB) Viewed 1144 times

Re: About Action Log

Posted: 18 May 2018 11:52
by highend
Can't reproduce...
al.png
al.png (8.67 KiB) Viewed 1138 times

Re: About Action Log

Posted: 18 May 2018 13:44
by liyinan
This is the system information. I have tried many times, and I have this problem every time.
snap_screen_20180518194159.png
snap_screen_20180518194159.png (30.87 KiB) Viewed 1126 times
This is the script.

Code: Select all

new ("test.txt",,,"r");

Re: About Action Log

Posted: 18 May 2018 14:26
by liyinan
Can you see GIF animation? Thank you。
55555.gif
55555.gif (628.01 KiB) Viewed 1119 times

Re: About Action Log

Posted: 18 May 2018 14:31
by Leito
I'm reproducing this bug with the provided script.

Re: About Action Log

Posted: 23 May 2018 18:15
by admin
You have to pass the flag "u" as well:

Code: Select all

new ("test.txt",,,"ru");
See help on SC new:
u: Allow Undo.