* Warn user that files run throughout this procedure will be significantly changed
*
-ADVISE
display dialogbox OKCANCEL "Strip Script Utility" "This procedure performs the following functions:&CR &LF [1] Removes comment lines and blank lines&LF [2] Removes command line comments &LF"
if (&rc = 2) quiet stop
display dialogbox OKCANCEL "Strip Script Utility" "[3] Removes leading blanks on command lines&LF [4] Evaluates GOTOs, GOSUBs and LOOPS, replacing label names with absolute line&LF number references. "
if (&rc = 2) quiet stop
display dialogbox OKCANCEL "Strip Script Utility" "The input file (.SCR) will not be modified in&LF any way. The 'stripped' file will instead be &LF saved with a file extension of '.SCX'. "
if (&rc = 2) quiet stop
*
* Get input file name and display file size before STRIPSCR
display dialogbox OKCANCEL "Strip Script Utility" "Total bytes saved with STRIPSCR: &TOTBYTE&LF Pulverization Factor: &FINAL&LF You may choose to place these files into a library..."