I'm having trouble enumerating a variable, as in:
Input>Number,How many records to search ?
Let>WaitTime=(%Number%/10000)*60
// 10000 records searched in a minute
Message>%WaitTime%
Wait>%WaitTime%
When I see WaitTime it shows "30000/10000*60 it does expand it to 180 nor does Wait wait the expected time. What am I missing?
Thanks-
John
Enumerating Numbers
Moderators: Dorian (MJT support), JRL
-
- Newbie
- Posts: 3
- Joined: Wed Apr 04, 2007 5:22 pm
Enumerating Numbers
We Bring Lancaster Hisatory to the World!
http://www.lancasterhistory.org
http://www.lancasterhistory.org
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
Your Let statement needs to be:
Let>WaitTime={(%Number%/10000)*60}
Let>WaitTime={(%Number%/10000)*60}
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
-
- Newbie
- Posts: 3
- Joined: Wed Apr 04, 2007 5:22 pm
Thanks, Marcus. Missed that little tid bit - stared at it for an hour and didn't see it.
John
John
We Bring Lancaster Hisatory to the World!
http://www.lancasterhistory.org
http://www.lancasterhistory.org