Zugg MASTER
  
  Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
  | 
		
		  
			
			   Posted: Tue Aug 12, 2008 4:38 pm      | 
			 
			
				No, this is actually correct.  The syntax you are creating sets up an absolute alarm time, not a relative time.  In other words,
 
 
#ALARM *1:00:00 {#ALARM}
 
 
means to fire the alarm at the next hour.  So if the current time is 10:35, the alarm will show a time remaining of 25:00 (firing at 11:00:00).  From the help file for #alarm:
 
 
	  | Quote: | 
	 
	
	  | You can also use the special wildcard *value which will match when the time MOD the value is zero. E.g. *10 matches 10, 20, 30, etc.  | 
	 
 
 | 
			 
		  |