Bug #1060
openEvery interrupt procedure causes syntax error (Amiga mode).
0%
Description
I have found in RelV1.0 U38 (looking at amiga stuff now) is that there is an issue with initiating every interrupt now.
.
It seams from what I can see, every off or every on is working, but the main part to start and every int procedure eg:
every proc comes up saying, syntax error now (Amiga mode), and again, oddly does not effect every off or every on so its partly working. Something broken here.
..
Apart from this, Set Interval was not effected, only the every inst if u like.
Updated by malcolm harvey almost 2 years ago
Hmm a little update on that it is missing some text here...the issue is with setting the initial every pro...
eg: inst/func-> Every delay proc procname comes up syntax error now.
Updated by malcolm harvey almost 2 years ago
- Affected version changed from 1.0.0 (B17) to 1.0 (u38)
Updated by Francois Lionet almost 2 years ago
- Status changed from New to In Progress
Just tried, this worked in Amiga mode...
COUNT = 0 : Global COUNT
Every 50 Proc Interrupt
Wait Key
Procedure Interrupt
Print COUNT : Inc COUNT
Every On
End Proc
Can you give me example code?
Updated by malcolm harvey almost 2 years ago
ok, ill txt again with my examine today and get back on this..
Updated by malcolm harvey almost 2 years ago
I have tested this again now on my code, and for whatever reason no syntax error now.
Odd, nothing has changed in the code.
Yes, working the same as francois example above all ok now for me here as well.
Note: There has been some instructions that have come up syntax errors as brian found in the U38 as well, but im not sure how they have come about either as no real syntax error. Seemed to happen when the first rel 1.x went live.
Updated by malcolm harvey almost 2 years ago
- Assignee changed from Francois Lionet to malcolm harvey
Updated by malcolm harvey almost 2 years ago
- Assignee changed from malcolm harvey to Francois Lionet
Updated by Francois Lionet almost 2 years ago
- Status changed from In Progress to Resolved