RE: Class defined in other file not working

2002-05-30 Thread Jose Guevarra
Title: RE: Class defined in other file not working Yea that works.  WHy the hell didnt it say that in any of the on line tutorials!???   Thanx Everyone.     -Original Message-From: Horkoff, Dave [mailto:[EMAIL PROTECTED]]Sent: Thursday, May 30, 2002 10:17 AMTo: '

RE: Class defined in other file not working

2002-05-30 Thread Horkoff, Dave
Title: RE: Class defined in other file not working Use the following line to instantiate a instance of Cloud in your stand alone program... #import cloud w/ the new Cloud class cloud = SDsimLib.Cloud('cloud',[1,2,10])     ~ If you wanted to access Cloud direct