AMOS Basic: Every and Wait #24
Labels
No Label
AMOS Pro Bugs List
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: TheIndustriousRabbit/amos-professional#24
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Ref 2.15
Every TimeInterval Proc Procname
Every On
Every Off
Wait TimeInterval
If you use the interrupt system to call a procedure, turning it off using Every Off stops
the Wait instruction working. The program will wait indefiinitely - i.e. it looks like it's
locked up. It hasn't crashed, it's just that the TimeInterval will never get counted
down.
I haven't looked at the way AMOS handles these interrupts yet. So this may be
something that can be solved (i.e. a bug) or may just be something to be aware of (i.e.
unusual behaviour).