Dear,

We have made some changes to our kixstrip tool. Currently it is
compliant with KiXtart 4.10 build 84 release.

Also we have extend our option /Debug, which will inform you
about
- which lines were executed.
- what was the time of execution.
- what was the kixtart error status by execution of each line.
- (new) actual environment information about os, user, etc.
- (new) when was debugging starting and ending.
Also we are replacing all TABs by SPACEs in all situations.

Possible call
kixstrip410.exe input.kix output.kix /debug
An example of new debug format:
code:
                                            CLS
COLOR C+/N
AT (1,1) " "
IF RedirectOutput("")
ENDIF
? "-"+LCASE(@day)+" "+@date+" "+@time+"- kixtart "+@kix+"/3.03e script starting."
? "-"
? "-curdir: "+LCASE(@curdir)
? "-scriptdir: "+LCASE(@scriptdir)
IF (instr("-4.10-","-"+substr(@kix,1,4)+"-") <> 0)
? "-scriptname: "+LCASE(@scriptname)
ENDIF
? "-startdir: "+LCASE(@startdir)
? "-"
? "-userid: "+LCASE(@userid)+"/"+LCASE(@wuserid)
? "-user priv: "+LCASE(@priv)
? "-version: inwin="+@inwin+"/dos="+@dos"/productsuite="+@productsuite+"/producttype="+@producttype"/csd="+LTRIM(RTRIM(@csd))
? "-"
?"- start-"+@time+"- @error @serror "?

?"- 1-"+@time+"- @error @serror "? ? @kix

?"- end-"+@time+"- @error @serror "?
? "-"
? "-"+LCASE(@day)+" "+@date+" "+@time+"- kixtart "+@kix+"/3.03e script ending."
? "-"
IF (instr("-4.10-","-"+substr(@kix,1,4)+"-") <> 0)
? "-"+@cpu+" ("+@mhz+" Mhz, memory "+MemorySize()+" MB)"
ENDIF
? "-"
;($begin)
;
; wed 10-apr-2002 03:51:15 (kix 4.10 vs 3.03e)
;
;Informative KIXSTRIP: no errors found (input=1 output=1 skip=0).
;
;Informative KIXSTRIP: no block_structures found.
;Informative KIXSTRIP: no UDF's found.
;Informative KIXSTRIP: no labels found.
;Summary KIXSTRIP: BREAK CALL DEBUG DISPLAY ENDFUNCTION EXECUTE EXIT FUNCTION GET GETS GOSUB GOTO OLExxx PLAY QUIT RETURN RUN SHELL SLEEP THEN USE
;
;($end)

Current versions
- kixstrip363.exe (kixtart 3.63)
- kixstrip400.exe (kixtart 4.00, 4.01, 4.02)
- kixstrip410.exe (kixtart 4.10)
greetings.
_________________________
email scripting@wanadoo.nl homepage scripting@wanadoo.nl | Links | Summary of Site Site KiXforms FAQ kixtart.org library collection mirror MCA | FAQ & UDF help file UDF kixtart.org library collection mirror MCA | mirror USA | mirror europe UDF scriptlogic library collection UDFs | mirror MCA