Search code examples
filedllconfiguration-filesinilabview

How to loop around and display keys from a section in LabVIEW


does anyone have an idea on how i can loop around and display each key from a section at once in LabVIEW?

In terms of configuration files (.ini)

Thank you!


Solution

  • If all your keys in section have the same data type, then it is quite easy: enter image description here

    In case if you do not know data type of the key value (for example, there is stored some cluster with different data types), then you could install OpenG Variant Configuration File Library via VI Package Manager, and it allows to read either the whole cluster, or keys one-by-one as variant:

    enter image description here