Rex indicated that a user-defined variable can have the same name as a TCC internal variable and TCC will look to the user-defined variable before looking to the internal variable.
Example on date 8/18/2018:
echo %_date
{ shows: 8/18/18 }
set _date=Somebody's Birthday
echo %_date
{ shows...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.