System platform 2023 R2: Action scripts, I want to load a list of strings from text file into combo box using the method as Combobox1.Loadlist(fileName), I get an error saying "could not find the file in C:\Program Files (x86)\wonderware.InTouch"

Action Scripts

Parents
  • The possible solutions: Either of them should work. But the option 2 is preferred.

    1. Copy the text file to C:\Program Files (x86)\wonderware\InTouch (or)
    2. Pass the full path of the file to Combobox1.LoadList().  (Preferred solution).
Reply
  • The possible solutions: Either of them should work. But the option 2 is preferred.

    1. Copy the text file to C:\Program Files (x86)\wonderware\InTouch (or)
    2. Pass the full path of the file to Combobox1.LoadList().  (Preferred solution).
Children