Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How do you...
#6
Code:
Dim FileName As String

    FileName = App.Path & "\Text.ini"
    
    Call PutVar(FileName, "GENERAL", "User", "this is your data being written to the text.ini")
    Call PutVar(FileName, "POOP", "Cheese", "This is your other data being written in a different sub thingy")


Thats basically ripped right out of the server side of MSE1. Look in the server side at PutVar and GetVar.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)