This is a discussion on reading and saving comma delimited or tab delimited variables - basic.visual ; Hi, I am needing to save 2 matrix variables and a couple of names and dates in a text file. Ok, I have : Private Sub Command7_Click() CommonDialog1.Filter = "Text Files (*.txt) " CommonDialog1.ShowOpen End Sub .... to open and ...
Hi,
I am needing to save 2 matrix variables and a couple of names and dates in
a text file.
Ok, I have :
Private Sub Command7_Click()
CommonDialog1.Filter = "Text Files (*.txt) "
CommonDialog1.ShowOpen
End Sub
.... to open and save a file. Now what? I'm stuck.
thanks
Kirk