3 Replies Latest reply on Sep 13, 2004 10:34 AM by chiba

    How to get an instance of a a class create with makeClass

    mxc4

      Hi all,

      Ok so I create a class from scratch using the makeClass method. How do I get an instance of this newly created class? I thought maybe trying
      newclass x = new newclass but wont the compiler complain about not being able to find the class at compile time?

      thanks