Could I please get some help on the correct sytanx for a VI Job? I need to have quote marks and carriage returns import correctly. In my source file I have quote marks replaced with the ` symbol and carrage returns with the | symbol. I don't know how to create the syntax correctly with 2 replacements. This is what I have:
SUB(IMP$[3],""`"",$22$)SUB(IMP$[3],""|"",$0d$)
I check the Syntax in the Calculation expression and it passes. However, when I run the job I get an error 20 at line 142. If I only have one sub expression my VI job runs, so I know the problem is with how I have 2 calculation expressions instead of one.