Hi
EditNewName=<[YMD].txt - What does the "<" sign mean?
What to do to place the cursor position when creating the file name before the extension .txt?
EditNewName=<[YMD].txt - What does the "<" sign mean?
Moderators: Hacker, petermad, Stefan2, white
- sqa_wizard
- Power Member
- Posts: 3893
- Joined: 2003-02-06, 11:41 UTC
- Location: Germany
Re: EditNewName=<[YMD].txt - What does the "<" sign mean?
Try it yourself and you will see the effect 
The "<" sign means, that the following text is not plain text "[YMD]" but interpreted as current date as: year month day

The "<" sign means, that the following text is not plain text "[YMD]" but interpreted as current date as: year month day
Last edited by sqa_wizard on 2021-06-20, 14:44 UTC, edited 1 time in total.
#5767 Personal license
- sqa_wizard
- Power Member
- Posts: 3893
- Joined: 2003-02-06, 11:41 UTC
- Location: Germany
Re: EditNewName=<[YMD].txt - What does the "<" sign mean?
While the editbox with the filename is shown press SHIFT-F6 again. This will mark the filename without extension only.What to do to place the cursor position when creating the file name before the extension .txt?
#5767 Personal license
Re: EditNewName=<[YMD].txt - What does the "<" sign mean?
< is not valid character for name !
So it is used to signal usage of fields [] to rename ...
So it is used to signal usage of fields [] to rename ...