Hi people, if someone makes a REALbasic class like this: class MyClass dim prop as ElfData="abc" ..... // functions go here end class
And my ElfData class has operator_convert from a string, what should happen here? We are finding, that what happens, is that my plugin crashes within "ElfData.Operator_Convert(s as string)", before application.Open even runs. Is there something I can do about this? Why would my plugin be crashing? Is the string different somehow? _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
