I converted most of my old functions into the new builtin function.
I have a few function which are sending param 0 as a string and param 1 as a number.
The auto conversation doesn't allow me to convert this function.
I tried adding str() on those number, since I only use it as a text anyways. but it didn't help.
Is there a work around to make the conversion work, or do I need to do it manually?
Is there a limit to having param 0 as a string and param 1 as a number?
I also noticed that functions are global now, you can call them from any eventsheet even if they are not attached, is this by design or a bug?
Ashley