The final for-loop in the script I supplied to Roland is obviously mis-written. It should be:
typeset -i idx=0
for arg in ${argtype[*]}; do
print "${argtype[$idx]} \t ${argname[$idx]} \t ${argvalue[$idx]}"
((idx = idx + 1))
done
Please modify the script as necessary. However, it is to be noted
that the shell SEGVs before it gets to this line.
-UVR.
This message posted from opensolaris.org
