[EMAIL PROTECTED] wrote: > Jan gifsize fixed: > --- > gifsize: func [ > gif [file!] > /local x y data > ][ > data: read/binary gif > if none? find to-string ["GIF89a" "GIF87a"] copy/part data 6 [ Why are you using to-string here? Regards, Gabriele.
[EMAIL PROTECTED] wrote: > Jan gifsize fixed: > --- > gifsize: func [ > gif [file!] > /local x y data > ][ > data: read/binary gif > if none? find to-string ["GIF89a" "GIF87a"] copy/part data 6 [ Why are you using to-string here? Regards, Gabriele.