Dear,
We have made some changes to our kixref tool. Currently it is
compliant with KiXtart 4.10 build 84 release.
Also we have add a new option /Warnings, which will inform you
about warnings with "unknown" keywords. Usefull by spelling problems.
To prevent problems with different KiXtart releases we introduce now
different versions
- kixref363.exe (kixtart 3.63)
- kixref400.exe (kixtart 4.00, 4.01, 4.02)
- kixref410.exe (kixtart 4.10)
For your information we have made two little changes to our "cleanup.kix"
script (Exist -> Exists, Len -> Length) to show the effects:
Output of kixref410.exe input.kix output /warnings
code:
Warnings about unknown keywords
exists ? 58 74 237 240 243 413 431 490 777 819 886 996 1003
length ? 58 397 408 415 438 447 456 465 469 473 482 497 506 515 524
528 532 541 929
Summary
boldsymbols 2
commands 19
functions 20
labels 2
macros 7
variables 37
env 0
udf 0
? 2
gosub 0
goto 0
89
Block Structure
do:until [2:2]
for|each:in|to:step|next [0|0:0|0:0|0]
function:endfunction [0:0]
if:else:endif [138:29:138]
select:case:endselect [1:7:1]
while:loop [9:9]
150 blocks
Output of kixref363.exe input.kix output /warnings
code:
Warnings about unknown keywords
exists ? 58 74 237 240 243 413 431 490 777 819 886 996 1003
length ? 58 397 408 415 438 447 456 465 469 473 482 497 506 515 524
528 532 541 929
off ? 68
on ? 78 1008
redim ? 349 593 594 667 668 669 724 725 726 799 800 801 837 838 839
840 904
Summary
boldsymbols 2
commands 16
functions 20
labels 2
macros 7
variables 37
env 0
udf 0
? 5
gosub 0
goto 0
89
Block Structure
do:until [2:2]
for|each:in|to:step|next [0|0:0|0:0|0]
function:endfunction [0:0]
if:else:endif [138:29:138]
select:case:endselect [1:7:1]
while:loop [9:9]
150 blocks
greetings.