Actions
Bug #688
openWhen a function is called right after a Print statement, the F5 help picks up Print instead of the function.
Start date:
03/09/2021
Due date:
% Done:
0%
Estimated time:
1:00 h
Affected version:
Description
For example:
Do
Locate 0,0
Print jUp(0),jDown(0),jLeft(0),jRight(0),Fire(0)
Print Joy(0)
Wait Vbl
Loop
If we click the mouse on Joy then hit F5, it will come up with the help for Print instead of Joy(0).
If I add a second ,Joy(0) immediately after, the lookup for the Joy() command works properly.
Actions