So I have been reading about swapping old C2 functions with new C3 functions.
however, when I right-click an old function I am not able to replace it with a new function.
Am I overlooking something?
I might have an answer myself. I found an older forum post that asked if there would be a function that could convert the old C2 function to the new built-in function. In one of the answers, it was mentioned that the new built-in functions only work with the C3 runtime.
In my case, I am still having some older plugins that force me to use the old C2 runtime. I guess that could be the reason for me not being able to convert the old functions.