S
Stefan Drissen
Guest
Yes, I ran into this last month. Since ttTest.ctest should really already be inside a QUOTER function, I replaced the QUOTER function with a user defined function which does the same as QUOTER, but pulling out the CHR(10) from the string and adding it as a literal + CHR(10) + (taking start / end of string into account). So in your case it would return QUOTER( "abcd" ) + CHR(10) + QUOTER( "efgh" ) I wasn't aware of the difference between static / dynamic since in my case a separator changed from something 'valid' to ~n
Continue reading...
Continue reading...