CompuServe Messages

#BlitzDisk

#: 129080 S2/Talk to the TradeForum unknown
    10-Jun-88 20:14:12
Sb: #129071-#BlitzDisk
Fm: Bill Hawes 72230,267
To: Bob Rakosky 75156,336

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