Reply to this subject
Start a new subject
 
Refresh page
| Posted by |
Doopsko
(2 posts) bio
|
| Date |
Tue 19 Oct 2004 10:49 PM (UTC) [ quote
] |
| Message |
Hi there again!
I have a problem with loop that is going too fast. Firstly i'll give my example:
Dim position
position = world.GetVariable ("position")
While position > 1 or position < n
Select Case Position
Case 1
world.DoAfter 1, "s"
Case 2
world.DoAfter 1, "se"
Case 3
.
.
.
Case n
world.DoAfter 1, "e"
Case Else
world.note "Blah blah"
End Select
Wend
It works, but loop goes so fast that it hangs Mushclient. I've no idea what to do to run it... hmmm slower... Or better - sequentially. I mean action-reaction (I hope you understand :). It would be great if variable were checked once per loop, not still. But how to do it - that's my question.
I will be grateful for any help.
| top |
|
| Posted by |
Poromenos
Greece (1,037 posts) bio
|
| Date |
Reply #1 on Tue 19 Oct 2004 11:05 PM (UTC) [ quote
] |
| Message |
| It's not going to fast, it's just that the variable is never going to change while you are looping. You could use a trigger to see when the variable changes. |
Vidi, Vici, Veni.
http://porocrom.poromenos.org/ Read it! | top |
|
The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).
To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.
1,839 views.
Reply to this subject
Start a new subject
 
Refresh page
top
Comments to:
Gammon Software support
Forum RSS feed ( http://www.gammon.com.au/rss/forum.xml )