What are the string length limitations for the StringReplace function?
I am currently searching an HTML template string that is about 2000 chars in length. There is a replace tag in it where I replace it with another string that is about 5000 chars in length. I stepped through the code and there are no empty strings at that point.
Code: Select all
StringReplace>%strTemplate%,|EquipmentHistoryK|,%LargeReplaceString%,strTemplate
I also tried doing this with EVAL>Replace. Again, it works fine for small strings, but crashes with a large replace string value.
Is there a better way to do this?
BTW, I use MS ver 11.1.19
Thanks!
-mark