What am I doing wrong here?
I've Exported three FileGlobal string variables into a tab delimited TEXT file and then cleared out the Values (values="") . The contents of that file is:
Variable Value
Variable Value
FilteredInputValueTag "tag_AI_ENGINEERING_VALUE_FILTERED"
FullDefaultTag "tag_SYS_FACTORY_DEFAULT"
OutputValueTag "tag_SYS_OUTPUT_VALUE"
Variable Value
If I manually IMPORT the file, it works OK, and tells me that it has imported 3 Variables.
However, I can't get the values to Import using the Property Loader at Runtime (Context of the FileGlobals remain at blank -""). I DO have the correct Path & Filename set (if I change one charact
er and it gives me an Error Box.)
Mike