#BlitzDisk
This message turned up in search, but its forum couldn’t be identified from the original transcript, so it may not be linked into its thread.
Bob,
Another thing you might try to speed up macros — whereever possible, use a
"string file" for the entire macro program. This completely avoids the file
system — searching for and loading the program — and runs a lot faster.
For example, binding to a macro key could be
MACRO T "options results;status F;say result"
would run the entire string as a program.
-Bill