If adding too many concurrent STRING-replace it simply returns a blank string.
The following example
{STRING(Replace,{STRING(Replace,{STRING(Replace,{STRING(Replace,{STRING(Replace,TestString1,Te,X)},s,X)},tS,X)},tr,X)},in,X)}
...should have returned XXXXXg, but returns blank.
If changed to:
{STRING(Replace,{STRING(Replace,{STRING(Replace,{STRING(Replace,TestString1,Te,X)},s,X)},tS,X)},tr,X)}
...then it correctly returns XXXXing
It's a specific problem since I have a XML file that needs to be stripped of namespaces before writing to a file (since Visualcron still doesn't handle XML namespaces 🙂 ). Unfortunately this XML file contains 5 different namespaces, and so I need to use 5 concurrent STRING-replace operations.
I run VC 5.5.3
Best regards,
René