tsanford01 Posted November 26, 2012 Share Posted November 26, 2012 I use this technique for PLC programming in my job. Most of you probably already know but thought i may could help some of you going blind reading the ini files. It is very simple in fact, the files if you look at them are comma delimited. This means your favorite spreadsheet program can import and export them easily...Just use excel or open office and open the file as a .CSV file and pick "," as the delimiter you can tweak it til your hearts content then just select all and past back into you favorite plain text editor(i like notepad++ personally). Been using this method for a month with no troubles and its MUCH easier to read and you get an overview of tons of data in nice rows and columns. Link to comment Share on other sites More sharing options...
Drakous79 Posted December 8, 2012 Share Posted December 8, 2012 Thanks, the tip saved me some time! Link to comment Share on other sites More sharing options...
Recommended Posts