This works:
but surprisingly there's no ToString() or Compare() method defined in the class, so that makes me thing that the base object class has this base methods (so all extended objects have them). Any additional hidden method known by anyone? (I'm adding them to BLIde intelliprompt)
Strict Type MyClass End Type Local F:MyClass = New MyClass Notify(F.ToString()) Notify(F.Compare(New MyClass))
but surprisingly there's no ToString() or Compare() method defined in the class, so that makes me thing that the base object class has this base methods (so all extended objects have them). Any additional hidden method known by anyone? (I'm adding them to BLIde intelliprompt)