moongodess
Active member
- Joined
- Dec 23, 2004
- Messages
- 40
Hi!!
I have a grid in my project that must have some properties saved and loaded..
I created a sample txt file with some things that I have to save about that grid.
I was wondering if it is possible to read the file doing something like this:
Dim c as column
for each c in columns
Do something
next
Dim g as group
for each g in groups
Do something
next
I have the mentalis class to read and write to some file, but with that its not possible to have quotes and subquotes.
Can someone help, please?
I have a grid in my project that must have some properties saved and loaded..
I created a sample txt file with some things that I have to save about that grid.
I was wondering if it is possible to read the file doing something like this:
Dim c as column
for each c in columns
Do something
next
Dim g as group
for each g in groups
Do something
next
I have the mentalis class to read and write to some file, but with that its not possible to have quotes and subquotes.
Can someone help, please?