Arie,

>I use:
>D = formatdate( "MM-dd-yy ", date.today)

>to get 04-05-05 into the variable D

>How do I get the time?

>ie 
>T = formattime( "h-mm", ??plugin??)

There is a internal PP keyword called 'time' that should provide what you
are looking for.  Using your example above:

local D = formattime("h-mm",time)
win.debug(D)

Will show the current hour, minute in the debug window.

Paul


Attention: PowerPro's Web site has moved: http://www.ppro.org 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/power-pro/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to