lonkero,

= invalid method or function ... think you can't break functions to parts in execute statements ! (Yes , i tried that )

Ok, i can do :

code:

dim $array[4]
$array[0] = 1,2,3,4,5
$array[1] = etc

$var = $var + substr($array[$ref1][$ref2],1,1)


and leave the execute()'s out ....

And another hour of rewriting functioning code ....


Jochen

ps: the post # of the beast is reached *evil grin*

pps: The usage of 2 dimensional Arrays reduced the execute() calls from 59 to 23 in my hearts script !!!

[ 10 July 2001: Message edited by: jpols ]

_________________________