View Single Post
  #15   Spotlight this post!  
Unread 11-01-2012, 13:52
SuperS_5's Avatar
SuperS_5 SuperS_5 is offline
[Certified LabVIEW Developer]
FRC #1219
 
Join Date: Dec 2010
Rookie Year: 2010
Location: Canada
Posts: 140
SuperS_5 will become famous soon enoughSuperS_5 will become famous soon enough
Re: What are you doing different from last year?

Quote:
Originally Posted by plnyyanks View Post
To do this, all you have to do is flatten your data to a string and write that to the INI file, and then read it and unflatten it (just like you would with XML data). The only problem is that you can't read/edit the INI file in a text editor, but that problem is there whenever you use "flatten to string". Attached is some sample code to illustrate what I mean.
The openG INI toolkit does exactly this except it tries to keep the various sections human readable. Any kind of data can be passed to it.
__________________
Mike B
Reply With Quote