// 23.04.2010, EVO static void returnClassName(Args _args) { DictMethod dictMethod; ; dictMethod = new dictmethod(UtilElementType::ClassInstanceMethod, classnum(Info) ,methodstr(Info, docu)); if (dictMethod.returnType() == Types::Class) { info(new DictClass(dictMethod.returnId()).name()); } }