Hi,
For some reason this does not work:
However, if I do
The only value that isn't saved in the file when I open it is the textbox data and I don't see why it isn't being saved to the file.
I am probably missing something rather simple?
Thanks,
Nightwalker
For some reason this does not work:
vb Code:
Print #ff, "IK_" & txtSheathe.Text & "=(Gamekey=GI_Holster,Value=1.000000)"
However, if I do
vb Code:
Print #1, "IK_" & Text1.Text & "1"
The only value that isn't saved in the file when I open it is the textbox data and I don't see why it isn't being saved to the file.
I am probably missing something rather simple?
Thanks,
Nightwalker