@radb0310 said in Please help me: TypeError: The result of expression 'result' [153,136,234,130] is not a function:
How do I detect that the result function has been overridden,
There is a code: "result = ..." in your script
Im trying to automate many platforms.

I have thought of this way to do it:
is there more automated way to do it? So i dont create separate IF and "call function" every platform?
It can get very messy once I reach 100 platforms this way
@yourfriendkarol Yes, eval() is what you need. It is obvious.
@yourfriendkarol
You can do like this.
_call(eval([[FUNCTION_NAME]]),null)!
Following solution will work for run mode, but won't work in record mode.