Structfind() in CF10 vs. CF2018
Hi, my code running on CF10 does not work as is on CF2018, although the code analyzer in the administrator didn't highlight any problems.
Structfind() requires a string as second parameter. My code contains structfind usages where the key argument is numeric. In CF2018 this does not work anymore. What's the cure? A setting somewhere or tostring(param) everywhere??? Also, why doesn't it work anymore?
Error: StructFind only supports UDFMethod or String(Key) as second argument as second argument.
Regards,
Peik
