Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
acheiving urber speed question.
#10
Reason their different is because ones loading and ones to save.

You should be using Put instead of Get, and use ItemNum instead of i
Code:
put #nFileNum, , Item(itemnum).Pic

And in both the example you've shown, you have forgotten to open the file

Code:
Open FileName For Binary As #nFileNum

Oh, and you've forgotten to close it afterwards in every peice you've shown
Code:
Close #nFileNum

And even if you got it to save load, I got a feeling it wont run right, in my mind when I run that, it loads everything fine, but when you save, you'll only save the last item[/code]
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)