Hey all,
I am trying to return an object from a method call and cant figure out how to do it.
If I add the statment to my class
I get an error that OBJECT is an undefined Type. I would much prefer to do a
AS MYNEWCLASSITEM but apparently that isnt supported.
Any help would be appreciated.
Thanks
I am trying to return an object from a method call and cant figure out how to do it.
If I add the statment to my class
Code:
INTERFACE ITEST GUID$("{6D7C6252-F8AE-4DCD-90A9-EA97A0C0ACC6}") INHERIT IUNKNOWN METHOD SAVESETTINGS ALIAS "Save"() AS OBJECT END METHOD END INTERFACE
I get an error that OBJECT is an undefined Type. I would much prefer to do a
AS MYNEWCLASSITEM but apparently that isnt supported.
Any help would be appreciated.
Thanks
Comment