Is this the right syntax to save Form data into an ini file:

Code:
Open App.Path & "\Settings.ini" For Output As #1
Print #1, Form14.Controls
Close #1