At 11:34 AM +1200 9/22/05, Sean Wilson wrote:
>-- with some trimming (leading/trailing whitespace, fractional seconds):
>put framesToHMS( (the systemDate).seconds, 1, 0, 0 )
Great tip!
I was just about to post a big old ugly lingo one-liner (mostly as a joke!). Oh
what the heck (watch for line breaks :))
put
string(value(explode(":",_system.time().word[1],2)[1])+(_system.time().word[2]="PM")*12)&":"&explode(":",_system.time().word[1],2)[2]
But I cheated by using a lingo version of php's explode:
<http://director-online.com/dougwiki/index.php/Explode>
--
Cole
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/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!]