tips:revmedia:v3i9a1

QTIPS - Using RTP29 In Place of V6

Published ByDateVersionKnowledge LevelKeywords
Sprezzatura Ltd01 MAR 19922.11+EXPERTRTP29, V6, SET-OPTIONS, FORM, FEED

Frank De Palo of Advanced General Systems in Australia writes as follows :- "In your last issue you suggested using SET-OPTIONS to suppress the first form feed. A better way to do this is to call RTP29("","E"). This sets up the relevant system settings without displaying the SET-OPTIONS message."

Whilst it has not proved possible to duplicate this behaviour under 2.11, Frank's suggestion made it possible to work out the following syntax which does work with 2.11 and as Frank points out, eliminates the need to change the V6.1 message.

    FLAG = ""
    PRINTER ON
    CALL RTP29("(PE)",FLAG,1)
    HEADING "TESTER HE "
    FOR C = 1 TO 70
     PRINT C
    NEXT
    HEADING ""
    PRINTER OFF

Note that the P must be included in the PE or the E fails to work.

(Volume 3, Issue 9, Page 4)

  • tips/revmedia/v3i9a1.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1