Project

General

Profile

Bug #403

Cup$,Cdown$,Cleft$,Cright$ are all wrong.

Added by Brian Flanagan over 3 years ago. Updated over 3 years ago.

Status:
New
Priority:
Normal
Assignee:
AOZ Studio Team
Target version:
-
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!

Also available in: Atom PDF