home *** CD-ROM | disk | FTP | other *** search
- /*
- * Clear_Buffer.ifx
- * ClearBuffer script. Retrieves parameters from
- * ImpClearBufferParameters clip variable.
- *
- * by Steve Tibbett
- */
-
- Options Results
-
- SeqNum=Word(Arg(1),4);
-
- Settings=GetClip("ImpClearBufferParameters"SeqNum);
- if (Settings="") then do
- RequestNotify "ImpClearBufferParameters invalid in ImpClearBuffer.ifx"
- return 20
- End
-
- ClearBuffer FORCE Settings
-