| SecureUser |
| VERBatim - V25 |
| @ATTACK - @Files.System |
| Advanced Revelation Initialisation Sequence (Overview) by Mike Pope |
| REVMEDIA Revisted |
| File Variables |
| Argument passing - Subroutines and Functions - Mike Pope |
| RevTech Replies - Mike Pope (RevTech UK Ltd) |
| Symbol Table Structure |
RevMedia FKB
| Document | V3I1A9 |
| Title | QTIPS - Runtime Version |
| Keywords | RUNTIME BITAND |
| Text | Developers writing for distribution on Runtime versions may want to restrict use of certain routines to only those users possessing a full development version This sort of information is stored in a system variable called RUNTIME() To check whether the version of AREV running currently is runtime just BITAND the variable WITH 2048 To maintain consistency WITH the AREV way of doing things to deny access to things on a runtime use the same message RevTech use i e IF BITAND(RUNTIME() 2048) ELSE CALL MSG(140 '' '' '') (Volume 3 Issue 1 Page 15) |
Page last modified: 30/01/03