I tried and failed to create a macro in the title, but it didn't work.
Can you tell me what's wrong?
I'm using a clipboard, but I don't want to leave a clipboard history. That's why.
Can you suggest me another way?
I tried and failed to create a macro in the title, but it didn't work.
Can you tell me what's wrong?
I'm using a clipboard, but I don't want to leave a clipboard history. That's why.
Can you suggest me another way?
%Variable%%Text%%ICUDateTime%yyyy_MM_dd%
There is an extra % (the second/third one).
First, you should have a Variable token:
%Variable%Text%
Then you should have the ICUDateTime token:
%ICUDateTime%yyyy_MM_dd%
Also, you don’t want to use a Named Clipboard.
You either want:
Or simpler/better:
%Variable%Text%%ICUDateTime%yyyy_MM_dd%
.Hello.
I always see your article. It is very useful. Also thank you very much for giving me a very simple advice!!!!