Reader's Clinic - Functions and Subroutines
Reader's Letters - Jim Owen
Playing with Scan Codes
Argument passing - Subroutines and Functions - Mike Pope
Vroom
RTP Series - RTP5
VERBatim - V15
Play it Again, Cam
QTIPS - BASIC Options
Utility Diskette # 4
RTP Series - RTP5
VERBatim - V22
QTIPS - Handy Compiler Options
2.1 Highlights
QTIPS - Using @Upper.Case and @Lower.Case with Foreign Languages
@ATTACK - @Lower.Case
@ATTACK - @Upper.Case
Sorting out Collation Sequences by Mike Pope
QTIPS - Command Line Options
QTIPS - Invalid Code and Command
QTIPS - Code/Command Help
Utility Diskette # 4
Window or Not ?
Vroom - Window Processing
QTIPS - Window Symbol Tables
VROOM - Window Processing II
@ATTACK - @HW
Uncommon Knowledge - WC_Reset%
Reader's Clinic - Related Windows
Window or Not?
Reader's Clinic - Scribe Replace Processes in Window
Soft Windows
QTIPS - Window Bug and Debugging Window Bug
Overlapping Windows And Window Menus
QTIPS - New Catalyst Option
QTIPS - Collectors on the fly
QTIPS - Blank Menus in Windows
QTIPS - Moving Objects the EASY way.
QTIPS - Using @Upper.Case and @Lower.Case with Foreign Languages
QTIPS - Local Language Sets
Sorting out Collation Sequences by Mike Pope
@ATTACK - @CPU.Type
2.1 Highlights
A RevTechie Replies
QTIPS - DOS File Names
VERBatim - V20
QTIPS - Accessing Password Protected SYSPROG
VERBatim - V76
@ATTACK - @Modal
SecureUser
VERBatim - V25
@ATTACK - @Files.System
Advanced Revelation Initialisation Sequence (Overview) by Mike Pope
REVMEDIA Revisted
VERBatim - V6
QTIPS - Suppressing Initial Form Feed
QTIPS - Using RTP29 In Place of V6
2.1 Highlights
REVMEDIA Revisited
2.1 Highlights
2.1 Highlights
2.1 Highlights
QTIPS - Direct Assignment by Comparison
Reader's Clinic - Screen Width
VERBatim - V41
Merge Processor
QTIPS - Using INIT.VIEW with Printers
@ATTACK - @PDisk.On
@ATTACK - @Return.Value
@ATTACK - @Cursors(x)
@ATTACK - @List.Active
@ATTACK - @Rec.Count
Playing with Scan Codes
QTIPS - SET.MACROS - Choosing Active Macro Set
Reader's Forum
RTP Series - RTP42
VERBatim - V65
Argument passing - Subroutines and Functions - Mike Pope
Menus and Menu Drivers
QTIPS - Postscript Driver Problem
Reader's Clinic - Screen Width
Screen Grabber
Reader's Clinic - Slow Multivalued Screen Display
Utility Diskette # 4
QTIPS - Fast Dynamic Array Building
Argument passing - Subroutines and Functions - Mike Pope
Caching in on the Frames Array - Mike Pope
QTIPS - Fast Dynamic Array Building
Utility Diskette # 3 - Part II
Reader's Clinic - Slow Multivalued Screen Display
Flashing Background
Background Processing
Creating Your Own Background Processes
File Variables
Argument passing - Subroutines and Functions - Mike Pope
RevTech Replies - Mike Pope (RevTech UK Ltd)
Symbol Table Structure
QTIPS - Postscript Driver Problem
Merge Processor
Playing with Scan Codes
QTIPS - Compiling Protection Code
QTIPS - Invalid Code and Command
QTIPS - Code/Command Help
Compiling 64K on a Shoestring by Blaise Wrenn (LexStat Systems Ltd)
Version 2
Directory Exists on Novell
Gas Bar
Prompt Help
DOS Interfacing (Part II)
@ATTACK - @Help.Level
@ATTACK - @StatList
QTIPS - Standardising Error Message Display
Video Control
Customising the Status Line
RTP Series - RTP9
DOS Interfacing (Part II)

RevMedia FKB

DocumentV3I3A6
Title2.1 Highlights
KeywordsINDEXC
@EP
LND_EDIT
GETCONFIGURE
INCLUDE
_EQC
_NES
_LTC
_GTC
_LEC
_GEC
@LPTRHIGH
@LPTRWIDE
/GEC_COMMON/
TextA brief look at some of the un(der)documented features of Release 2 1

INDEXC
A new function has been added to the basic compiler called INDEXC This
takes exactly the same parameters as INDEX but is case insensitive Thus
PRINT INDEX("Hello there" "E" 1) would print 0
whilst
PRINT INDEXC("Hello there" "E" 1) would print 2

@EP
A new @Variable which does not seem to be used!

LND_EDIT
A new command window for editing language sets or adding new ones To use
just type CW LND_EDIT at TCL (If you are not in SYSPROG SETFILE to SYSTEM
to use this)

GETCONFIGURE
It is not fair to call this routine undocumented as it is the subject of a
Technical Bulletin For those of you who do not subscribe to TBs it is a
function returning a success/failure flag which loads the passed variable
with the CURRENT system configuration options see INCLUDE
GETCONFIGURE_EQUS

INCLUDE
Some of the insert blocks in INCLUDE have been extended to include
previously undocumented information Well worth perusing

_EQC _NEC _LTC _GTC _LEC _GEC
Case insensitive comparison operators Leading _ is to prevent confusion
with existing VARIABLES (Stop Press Subject of new TB)

@LPTRHIGH @LPTRWIDE
Whilst these continue to be DEFINED in the environment window the value
established for the selected printer will override this value Thus if the
environment is set to 63 132 and a printer is made active WITH a SETTING of
66 80 this will become the CURRENT SETTING

/GEC_COMMON/ A B C
A new LABELLED common area containing information specific to the current
selected printer driver

A Screen Attributes a dynamic array having 6 fields containing
escape sequences for the display driver A missing background byte
is indicated by a * rather than the traditional CHAR(127) The
LAYOUT of the variable follows
< 1 > MVed list of escape sequences for all permitted display
colours
< 2 > MVed list of escape sequences for "beginning" display
colours
< 2 1 > Bold
< 2 2 > Italic
< 2 3 > Underline
< 2 4 > Subscript
< 2 5 > Superscript
< 2 6 > Enhanced
< 2 7 > Wide
< 3 > MVed list of escape sequences for "ending" as < 2 >
< 4 > Initialize escape sequence
< 5 > MVed list of escape sequences for "beginning" fonts
MVs 1 to 16 represent Fonts 1 to 16
< 6 > MVed list of escape sequences for "ending" as < 5 >

B Printer COMMANDS a dynamic array having 11 fields some of which
are only used by PostScript printers As the PostScript drivers
are still subject to change these areas will not be discussed in
detail

< 1 > MVed list of command strings to set colours
(PostScript)
< 2 > MVed list of command strings for "beginning" print
COMMANDS as in A< 2 >
< 3 > MVed list of command strings for "ending" print commands
as in A< 3 >
< 4 > Command sequences for special printer modes
< 4 1 > Initialise
< 4 2 > Prelude
< 4 3 > End of Job
< 5 > MVed list of command strings for "beginning" fonts as
A<5 >
< 6 > MVed list of command strings for "ending" fonts as
A< 6 >
< 7 > MVed list of font NAMES
< 8 > Currently Unused
< 9 > MVed list of NAMES ASSOCIATED WITH < 1 > (PostScript)
< 10 > Code Sets for Printer Processes
< 10 1 > Printer Open
< 10 2 > Printer Close
< 11 > Command Sets for Printer Processes (as 10)

C Printer Info
< 1 > Printer Number
< 2 > Printer Status 1 = Open 2 = Closed
< 3 > Used by PostScript Driver


(Volume 3 Issue 3 Pages 11 12)
[revmedia/copyrigh.htm]

Page last modified: 30/01/03