rich, nope...
have to disagree on that one.
example tokenization of:
$foo="bar"
$bar="test"
$=Execute('"The value of $$$$'+$foo+' is "+$$'+$foo+' ?')
should lead to something like:
$1="bar"
$2="test"
$3=Execute('"The value of $$$$'+$1+' is "+$$'+$1+' ?')
what comes to called scripts, if they are to share same namespace, they will have same names.
if they are executed via run or shell, their namespace is own and then it does have no effect.
know this from my expirements with kixtart-compressor.
_________________________
!download
KiXnet