Project

General

Profile

Bug #402

Chr$(8), Chr$(9), Chr$(10), Chr$(12),Chr$(13) are not processed properly in AOZ.

Added by Brian Flanagan almost 4 years ago. Updated about 2 years ago.

Status:
Closed
Priority:
High
Assignee:
Target version:
-
Start date:
06/28/2020
Due date:
% Done:

0%

Estimated time:
2:00 h
Affected version:

Description

This is what SHOULD happen when these special characters are contained within strings being printed:

Chr$(8) (backspace) should put the text cursor at the previous x position.
Chr$(9) (tab) should put the text cursor at the next TAB position.
Chr$(10) (line feed) should put the text cursor at the current x position on the next line.
Chr$(12) (form feed) should have the same effect on-screen as Chr$(13).
Chr$(13) (carriage return) should put the text cursor at the beginning of the current line.

Right now, all of these are ignored.

Also available in: Atom PDF