Since macros are not permitted to perform activities which Open or otherwise perform cross-tab operations, SPF_Post_Do provides an ability to bypass some of that restriction. The macro could, for example, use SPF_Post_Do to open another file for Edit by issuing the following:
SPF_Post_Do("(Home)(EraseEOL)[EDIT filename](Enter)")
before terminating.
The contents of Do-string are not validated in any way, they are simply placed in the queue for normal DO processing to process.
|