Why was this not plastered all over the release notes? After updating to 4.67 I was getting a fatal "ERROR : expected FUNCTION name!" in my UDF library. With no line number I had to go through deleting a few functions at a time to finally find the one that was causing the problem. Low and behold it was...

 Code:
FUNCTION Replace($String,$SS,$RS)
    $Replace=Join(Split($String,$SS),$RS)
ENDFUNCTION


After triple checking the code and seeing no issues, I looked all over at the release notes (website, forum, .txt file in the zip) for some hint at what changed. I saw no mention of a new replace function or anything like that. Finally I found it in the "kix2010.doc" in the "What's New" section, "New function to replace characters/strings in strings"


Edited by syntax53 (2017-02-28 03:50 PM)