How to replace double quotes in string
All, This seems to be fairly simple but extremely frustrating task . How do I replace quotation marks in a string . Let us say , I have the following columns ( Inv 01 , Inv 02 ... Inv 26) . So, I acquired the column names and built a condition like so : Stmt = ""; for(i = 1, i <= N Items(InvColNames), i++, If(i == 1, Stmt = ":" || InvColNames[i] || " >= 1 &" || ...