Here are several new additions to v29 that I am using the most.
PRINTF
- formatting output has become quite easy with this new command
Multiple Clipboards
- TCC creates the temporary files for me
- Functions have been updated to use multiple clipboards
@FILEDATE/@FILETIME
- Supports filenames on HTTP/S sites
START
/UNELEVATED
- I always run TCC as...
Read more
PRINTF
- formatting output has become quite easy with this new command
Code:
set ppp=%{vb CreateObject("jlcutils.clsmath").ppp(6.59)}
printf "%8.2f" %ppp
set ppp=
Multiple Clipboards
- TCC creates the temporary files for me
- Functions have been updated to use multiple clipboards
@FILEDATE/@FILETIME
- Supports filenames on HTTP/S sites
START
/UNELEVATED
- I always run TCC as...
Read more