Jhd.Honza
Jan 20th, 2000, 09:40 PM
Hi! I have code like this:
OPEN "image.ico" FOR BINARY AS #1
OPEN "temp.ico" FOR BINARY AS #2
temp = GET(#1,LOF(1))
PUT #2,temp
CLOSE
but this adds some characters to temp.ico before the beginning of image.ico. It cannot be resolved by RIGHT or such statements. What shoud I do?
------------------
Thanks,
John, 14 years old
OPEN "image.ico" FOR BINARY AS #1
OPEN "temp.ico" FOR BINARY AS #2
temp = GET(#1,LOF(1))
PUT #2,temp
CLOSE
but this adds some characters to temp.ico before the beginning of image.ico. It cannot be resolved by RIGHT or such statements. What shoud I do?
------------------
Thanks,
John, 14 years old