*ABSET,title40,[BAR|KILL|BOTH]
Creates a customized status/progress bar for use during a macro to give feedback to the user as to what % complete the macro is at.
*ABCHECK,percent,newtitle
Updates the status bar to "percent" complete with information printed as "newtitle"
What is useful is to make "newtitle" a parameter (%PARAM%) as well.
It is recommended not to call *ABCHECK more than 20 times in a loop. Also, be sure to check _RETURN values prior to issuing this
*ABFINI
Removes status bar
[STI: See ALSM.MAC, VLSM.MAC, and JB_FORC.MAC macros in the Macros page for examples]
[permalink]
|