Scheduled events

Thomas D Arman tdarman at us.ibm.com
Tue Feb 22 10:16:02 PST 2005


I said >> I think the syntax is correct :-)

Well you do need some "s around "lamp" :-}

Tom

------------------------------------------------------------------
Thomas (Tom) Arman

xtensionlist-bounces at shed.com wrote on 02/22/2005 10:06:14 AM:

> Try this instead of the inner if-then-else-endif
> 
> try
>   suspend event lamp for 15 * minutes
> on error
>   turnon lamp for 15 * minutes
> end try
> 
> 
> If the event exists, it will be extended for 15. 
> If it did not (error) then you turn it on (creating the event).
> 


More information about the XTensionlist mailing list