| SecureUser |
| VERBatim - V25 |
| @ATTACK - @Files.System |
| Advanced Revelation Initialisation Sequence (Overview) by Mike Pope |
| REVMEDIA Revisted |
| Background Processing |
| Creating Your Own Background Processes |
| @ATTACK - @Index.Time |
| How Indexes Are Updated |
| QTIPS - Command Line Options |
| QTIPS - Invalid Code and Command |
| QTIPS - Code/Command Help |
| Utility Diskette # 4 |
| @ATTACK - @PrintMode |
| A RevTechie Replies - And Miscellaneous Jottings - Mike Pope - Revelation Technologies (UK) Ltd |
| 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) |
RevMedia FKB
| Document | V2I5A10 |
| Title | @ATTACK - @PrintMode |
| Keywords | @PRINTMODE |
| Text | Used to tell the system whether to print the graphic representation of ASCII characters under 32 (@PRINTMODE = 0) or to treat them as control characters (@PRINTMODE = 1) Warning!! The PRINT command automatically generates a CRLF combination hence the following code @PRINTMODE = 0 PRINT CHAR(13) Would actually show the graphic characters for a CHAR(13) a CHAR(13) and a CHAR(10) To avoid this the code above should be modded to read @PRINTMODE = 0 PRINT CHAR(13) : @PRINTMODE = 1 Can be amended (Volume 2 Issue 5 Page 10) |
Page last modified: 30/01/03