On Mar 1, 2007, at 5:15 pm, [EMAIL PROTECTED] wrote:
> On Mar 01, 2007, at 21:19 UTC, GregO wrote: > >> Ok, so how does one access a class, such as Date, from within an >> RBScript? > > One doesn't. Those classes are part of the RB framework; RBScript is > just the language, and does not include the framework. > >> Also, can anyone tell me why I get the first error twice? > > Compilers do things like that sometimes. In this case, probably once > for the declaration of type "Date" and again because of the use of > "Date" with New, but that's just a guess. > Thanks Joe. All I can say is hmmm.... and grrr..... So I'm guessing that I'd need to implement my own date class to be able to do this or make a property in the context that normally holds the current date and I'll access the properties from there.... Greg _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
