About Action Log

Things you’d like to miss in the future...
Post Reply
liyinan
Posts: 17
Joined: 21 Apr 2018 05:49

About Action Log

Post 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 1123 times
02.png
02.png (3.78 KiB) Viewed 1123 times
03.png
03.png (23.85 KiB) Viewed 1123 times

highend
Posts: 13274
Joined: 06 Feb 2011 00:33

Re: About Action Log

Post by highend »

Can't reproduce...
al.png
al.png (8.67 KiB) Viewed 1117 times
One of my scripts helped you out? Please donate via Paypal

liyinan
Posts: 17
Joined: 21 Apr 2018 05:49

Re: About Action Log

Post 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 1105 times
This is the script.

Code: Select all

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

liyinan
Posts: 17
Joined: 21 Apr 2018 05:49

Re: About Action Log

Post by liyinan »

Can you see GIF animation? Thank you。
55555.gif
55555.gif (628.01 KiB) Viewed 1098 times

Leito
Posts: 561
Joined: 26 Sep 2016 15:37
Location: Windows 10 1809 x64

Re: About Action Log

Post by Leito »

I'm reproducing this bug with the provided script.

admin
Site Admin
Posts: 60357
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: About Action Log

Post 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.

Post Reply