Class methods

  1. 4 years ago

    Joel_Eisenstat

    22 Aug 2019 User since 2016

    In trying to move a number of methods to a Class object I am having an error ;
    Runtime Error
    <Unable to find loaddates into class BookedAnalysis meta >
    when calling the class method ;
    Calendar_Preferences.BookedAnalysis.loaddates();
    where loaddates() is a method in the BookedAnalysis class object.
    What is the proper way of using the Class object ?

  2. Joel_Eisenstat

    22 Aug 2019 User since 2016

    Got it , moved methods and properties to Class methods , properties

  3. marco

    22 Aug 2019 Administrator User since 2016

    Yes exactly. I prepare a very simple project to show you how to use Class methods.

  4. Joel_Eisenstat

    22 Aug 2019 User since 2016

    Thanks Marco, used class objects for "containers " of analytic methods that can easily be reused. Bruised from kicking myself for not doing it before ;(

or Sign Up to reply!