Alex Tweedly wrote:
> format("%2d:%02d", tHours,  tMins)    -- " 3:55"
> or
> format("%02d:%02d",  tHours, tMins)   -- "03:05"

Ken wrote:
>I didn't realize  you could do this, Alex... that's neat! (Now to go back to
>some scripts  I've done the "long" way...)


Excellent, Alex!
 
Could you write a little tutorial for us all? The 'format' incantation has  
always baffled me, along with the 'matchText' incantations. (Maybe I just led a 
 sheltered life)
 
/H
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to