Code: Select all
put byte tCount of theBinaryData into theByte --where is byte defined, dictionary search does not find it ?
Code: Select all
repeat for each byte theByte in theBinaryData
-- process theByte here (but don't modify directly)
end repeat
Simon