Hi,
new to macros. Love UltraEdit.
What I want to do is at the end of this macro I want to put a string of today's data in this format: _2009-03-12-11-03AM.txt
The macro won't compile due to the last line. It appears I cannot interpret the code sample in the manual correctly.
Any healp would be greatly appreciated.
TIA
Allan
InsertLine
"/* ====================================== */"
InsertLine
"/* NAME : "
CopyFilePath
Paste
" */"
InsertLine
"/* PROJECT : xxxx */"
InsertLine
"/* AUTHOR : AllanB */"
InsertLine
"/* LAST MOD : "
TimeDate
" */"
InsertLine
"/* ====================================== */"
InsertLine
InsertLine
InsertLine
[DATE_USER_SYS]'_'yyyy'-'mm'-'dd'-'hh'-'mmtt[DATE_USER_SYS_END]
new to macros. Love UltraEdit.
What I want to do is at the end of this macro I want to put a string of today's data in this format: _2009-03-12-11-03AM.txt
The macro won't compile due to the last line. It appears I cannot interpret the code sample in the manual correctly.
Any healp would be greatly appreciated.
TIA
Allan
InsertLine
"/* ====================================== */"
InsertLine
"/* NAME : "
CopyFilePath
Paste
" */"
InsertLine
"/* PROJECT : xxxx */"
InsertLine
"/* AUTHOR : AllanB */"
InsertLine
"/* LAST MOD : "
TimeDate
" */"
InsertLine
"/* ====================================== */"
InsertLine
InsertLine
InsertLine
[DATE_USER_SYS]'_'yyyy'-'mm'-'dd'-'hh'-'mmtt[DATE_USER_SYS_END]