[Gambas-user] Unix Date conversion
sbungay
sbungay at ...981...
Tue Jul 25 16:12:36 CEST 2006
Benoit Minisini wrote:
> On Tuesday 25 July 2006 14:58, sbungay wrote:
>
>>Benoit Minisini wrote:
>>
>>>On Tuesday 25 July 2006 07:56, Timothy Marshal-Nichols wrote:
>>>
>>>>>-----Original Message-----
>>>>>From: gambas-user-bounces at lists.sourceforge.net
>>>>>[mailto:gambas-user-bounces at lists.sourceforge.net]On Behalf Of sbungay
>>>>>Sent: Monday, 24 July 2006 17:30
>>>>>To: mailing list for gambas users
>>>>>Subject: Re: [Gambas-user] Unix Date conversion
>>>>>
>>>>>' Gambas class file
>>>>>' Days in each month (Feb changes depending on leap years)
>>>>>' Want the class to be dynamic.. there has to be a better way than
>>>>>' declaring a useless variable at the top. RTFM this...
>>>>>PUBLIC NotStatic AS Boolean
>>>>
>>>>I agree. After all you do have none-static procedures/functions in the
>>>>class.
>>>>
>>>>Thanks
>>>>
>>>>8-{)} Timothy Marshal-Nichols
>>>><mailto: timothy.marshal-nichols at ...247...>
>>>
>>>Why wanting to have dynamic methods, whereas they are not related to any
>>>object? Why created a false class for that?
>>
>> What do you mean "created a false class"?
>>
>
>
> I mean this is not a real class. This is only a bunch of static functions, as
> known as "Module" in Gambas.
>
Ahhh, I see. When I was coding VB (many moons ago) we would "class
out" logical groupings of repetitive code. Some times this would lead to
the creation of DLLs for easy use and inclusion in other applications.
One such that I wrote (based on an idea by another) was a RAD framework
that took all the tedium out of using databases.
Modules work for me though... old habits die hard.
More information about the User
mailing list