I have a text file that has data as shown below:-
Start
varname1=name1
varvalue1=value1
vardesc1=desc1
..
..
End
Start
varname2=name2
varvalue2=value2
vardesc2=desc2
..
..
End
etc
etc
Start
varnameN=nameN
varvalueN=valueN
vardescN=descN
..
..
End
Each variable attributes are defined between "Start" to "End". I need to store that in some data structure and use that to build user interface screens using CGI. Also, I need to keep track of the changes to specific variables as users modify them.
I would appreciate any suggestions from the community
Thanks Sara
In reply to data structure by sara2005
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |