10-16-2023, 07:43 PM
(This post was last modified: 10-16-2023, 11:30 PM by TerryRitchie.)
Here is a list of legacy commands I believe could benefit from either supplying a source or destination handle. Please feel free to to tell me if you believe any of these command do not need such a modification and why. A few of them may be a bit dubious.
CLS [method%][, bgColor&][, DestHandle&]
COLOR [foreground&][, background&][, DestHandle&]
LOCATE [row%][, column%] [, cursor%][, cursorStart%, cursorStop%][, DestHandle&]
POINT (column%, row%)[, SourceHandle&]
POINT({0|1|2|3})[, SourceHandle&]
PRESET [STEP](column%, row%)[, colorAttribute],[, DestHandle&]
PSET [STEP](column%, row%)[, colorAttribute],[ DestHandle&]
CIRCLE [[[STEP]]](column, row), radius%, [drawColor%][, startRadian!, stopRadian!][, aspect!][, DestHandle&]
DRAW drawString$[, DestHandle&]
GET [STEP] (column1, row1)-[STEP](column2, row2), array([index])[, offscreenColor][, SourceHandle&]
LINE [STEP] [(column1, row1)]-[STEP] (column2, row2), color[, [{B|BF}], style%][, DestHandle&]
PAINT [STEP] (column%, row%), fillColor[, borderColor%][, DestHandle&]
PRINT [expression] [{;|,] [expression...][, DestHandle&]
PCOPY sourcePage%, destinationPage%[, DestHandle&]
PUT [[[STEP]]](column, row), Array([index])[,] [[[_CLIP]]] [{PSET|PRESET|AND|OR|XOR}]][, omitcolor][, DestHandle&]
VIEW [[SCREEN] (column1, row1)-(column2, row2)[, [color][, border]]][, DestHandle&]
VIEW PRINT [topRow% TO bottomRow%][, DestHandle&]
WIDTH [columns%] [,rows%][, DestHandle&]
WINDOW [ [ SCREEN] (x1!, y1!) - (x2!, y2!)][, DestHandle&]
CLS [method%][, bgColor&][, DestHandle&]
COLOR [foreground&][, background&][, DestHandle&]
LOCATE [row%][, column%] [, cursor%][, cursorStart%, cursorStop%][, DestHandle&]
POINT (column%, row%)[, SourceHandle&]
POINT({0|1|2|3})[, SourceHandle&]
PRESET [STEP](column%, row%)[, colorAttribute],[, DestHandle&]
PSET [STEP](column%, row%)[, colorAttribute],[ DestHandle&]
CIRCLE [[[STEP]]](column, row), radius%, [drawColor%][, startRadian!, stopRadian!][, aspect!][, DestHandle&]
DRAW drawString$[, DestHandle&]
GET [STEP] (column1, row1)-[STEP](column2, row2), array([index])[, offscreenColor][, SourceHandle&]
LINE [STEP] [(column1, row1)]-[STEP] (column2, row2), color[, [{B|BF}], style%][, DestHandle&]
PAINT [STEP] (column%, row%), fillColor[, borderColor%][, DestHandle&]
PRINT [expression] [{;|,] [expression...][, DestHandle&]
PCOPY sourcePage%, destinationPage%[, DestHandle&]
PUT [[[STEP]]](column, row), Array([index])[,] [[[_CLIP]]] [{PSET|PRESET|AND|OR|XOR}]][, omitcolor][, DestHandle&]
VIEW [[SCREEN] (column1, row1)-(column2, row2)[, [color][, border]]][, DestHandle&]
VIEW PRINT [topRow% TO bottomRow%][, DestHandle&]
WIDTH [columns%] [,rows%][, DestHandle&]
WINDOW [ [ SCREEN] (x1!, y1!) - (x2!, y2!)][, DestHandle&]