Thread
:
Disabling Script Errors on RC
View Single Post
#
2
03-18-2007, 04:39 PM
Skyld
Script-fu
Join Date: Jan 2002
Location: United Kingdom
Posts: 3,914
A lot of the time you can probably do:
PHP Code:
if (
"functionname"
in obj
.
getfunctions
())
{
obj
.
functionname
();
}
... although I am not sure how well it will work when classes are joined to objects like TStaticVars.
__________________
Skyld
View Public Profile
View GraalOnline Profile
Find all posts by Skyld