05-04-2007 09:44 PM
05-05-2007 12:31 AM
05-09-2007 09:03 AM
05-09-2007 11:08 AM
@Tim C. wrote:
HelloThanks for the Reply, Which ofcourse leads to more questions:)I have a directory stucture setup as followsMain Directory - Were the TOP Level VI will be located at build timeSub directory called Common VIs this is where shared VIs go AND is where my INI file is sittingSub directory APP1Sub Directory APP2My interpertation of your answer is that I need to move my INI file to the Main Directory, Is this Correct?Actually, the point is that the ini file for your application will be there, whether you create it there or not, so you can use it to store your other setup information as well. All you have to do is create your own keys.Another Question - How do i use = in a key string? Some of my key strings have an equal symbol at the end of the stringsome days things work as intended and other days the app acts flakey. But when I tweek the key and get rid of the = the app returns the expected results.There is a way of delimiting strings such that they can contain whatever you want - but which I don't remember right now. If you use the ini file IO routines that come with LV there's a function for writing string keys that will handle it for you.The Key string is used as a regular expression input to a String Match VI.Any Help would be appreciated.ThanksTim C.