Hi, Colin Holgate, I got an error message when I use the
systemdate().seconds function. What's wrong is it? (I'm using D7) Please
help. Thanks.    
----------
>From: Colin Holgate <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: Re: <lingo-l> check my simple code.
>Date: Sun, Sep 24, 2000, 10:24 PM
>

>>Hi, could anyone please take some time to check my simple code? I can't get
>>the correct output. I think there must be something wrong with my logic.
>>Sorry to waste you gays time. Thanks.
>>
>
>
>As SP has shown, there are international issues. You can get around 
>that by using the systemdate().seconds function. This handler works 
>well:
>
>on getTimer me
>   s = systemdate().seconds
>   t = "morning"
>   if s >= 43200 then t = "afternoon"
>   if s >= 64800 then t = "evening"
>   if s >= 79200 then t = "night"
>   member("Hi").text = "Hi!" &&gName&", Good" && t & "!!!"
>end
>
>[To remove yourself from this list, or to change to digest mode, go to
>http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
>email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
>Lingo-L is for learning and helping with programming Lingo.  Thanks!]
>
>

[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to