Actions
Bug #403
openCup$,Cdown$,Cleft$,Cright$ are all wrong.
Start date:
06/28/2020
Due date:
% Done:
0%
Estimated time:
8:00 h
Affected version:
Description
Related to Issue #402
These SHOULD BE:
Cup$ should be Chr$(30) ' embedding this should move the text cursor up 1 line.
Cdown$ should be Chr$(31) ' embedding this moves the text cursor down 1 line (the only one that works - but with the wrong value)
Cleft$ should be Chr$(29) ' embedding this should move the text cursor left 1 character
Cright$ should be Chr$(28) ' embedding this should move the text cursor right 1 character.
Instead, all of them are set to Chr$(36)!
The only one that functions is Cdown$, but as I said, it's value is wrong!
Updated by Brian Flanagan about 4 years ago
- Assignee set to AOZ Studio Team
- Estimated time set to 8:00 h
- Affected version changed from 0.9.9.3 to Beta RC2
Still a problem.
Actions