There is a typo in the simplified version of the script most of you will already have noticed:
Instead of
"put (chartonum(char tij+ 2) of idata)) into tRed" add the missing bracket and use "put (chartonum(char (tij+ 2) of idata)) into tRed" or leave out the inner brackets "put (chartonum(char tij+ 2 of idata)) into tRed" --Wilhelm Sanke _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
