Hi Marty,

I was looking for the samething a while ago and found this in the archives:
on preOpenStack
 CheckingTime
end PreOpenStack

on CheckingTime
 put the TotalTimeUsed of this stack into field "time"
 add 1 to field "time"
 if field "time" > 5 then # or whatever number you like
   answer "Demo expired!."
   quit
   # or however you want to handle it
 end if
 set the TotalTimeUsed of this stack to field "time"
 send "CheckingTime" to me in 60 seconds
end CheckingTime

Greetings,
William de Smet

_______________________________________________
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