Starting at square one with image processing
Wilhelm Sanke
sanke at hrz.uni-kassel.de
Sat Jul 7 15:03:06 EDT 2007
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
More information about the use-livecode
mailing list