For better of worse we use .ini files to store a bunch of stuff. For human consumption I like to align the equal signs in a given section like below (only displays properly with non-proportional fonts, obviously):
[section]
shortKey = 1
veryLongKey = 2
veryVeryLongKey = 3
Labview munges this format by removing excess whitespace and I fix this by changing the appropriate VIs in config.llb. I have one for 7.1 and just had to redo it for 9.01. Couldn't this be part of standard LV? Attached is my mod for 9.01 with an "align (T) flag" added to the necessary VI(s) to make it optional, though I made the default not backwards compatible (i.e.. false). I also like to remove the open and close quote from the values, and don't like to remove the cr/lf from the last line.
The three files in the attached .zip file should overwrite the equally named VIs in vi.lib/utility/config.llb, so be carefull when trying this out, i.e backup your original or don't overwite the NI files by storing somewhere else and linking to them.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Any idea that has received less than 4 kudos within 4 years after posting will be automatically declined.