24-04-2008, 11:33 PM
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.