existm . utils . sncode
latest
Check if a method exist in a class
EXISTM
NAME
exist, - Verify if a method exist in a class.
SYNOPSIS
existm(string,string);
DESCRIPTION
This function is used to check if a method exist in a class.
EXAMPLES
if existm("classname","methodname") then ... endif
AUTHOR
Written by Pierre Laplante and Caroline Laplante, <laplante@sednove.com>