User contributions
From CometWiki
(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 11:04, 31 May 2009 (diff | hist) Mnemonics
- 11:00, 31 May 2009 (diff | hist) Mnemonics
- 10:45, 31 May 2009 (diff | hist) N Mnemonics (New page: == (Allow Maximize) == Mnemonic: (Allow Maximize=state) Discussion: This mnemonic disables/enables the maximize controls on the COSW window. Use this mnemonic to prevent the user fr...)
- 10:34, 31 May 2009 (diff | hist) Internet Basic
- 10:33, 31 May 2009 (diff | hist) Internet Basic
- 10:14, 31 May 2009 (diff | hist) N Symbolic constants (New page: '''SET directive''' ''Syntax: SET symbolic-constant = numeric-constant'' or ''SET symbolic-constant$ = "string-constant"'' '''Discussion:''' The SET statement defines a symbolic c...) (top)
- 10:08, 31 May 2009 (diff | hist) System symbolic constants (top)
- 09:54, 31 May 2009 (diff | hist) N System symbolic constants (New page: == System Symbolic Constants == As of Build 278, Comet includes four system symbolic constants. Like system variables, these symbolic constants are available to be used in an Internet Ba...)
- 09:39, 31 May 2009 (diff | hist) N Subprograms (New page: == Subprograms == A subprogram is a fully functional object program that can be called at any time from any Internet Basic program. Subprograms are written in Internet Basic and are comp...) (top)
- 09:37, 31 May 2009 (diff | hist) N Use files (New page: == Usefiles == Usefiles are sections of an Internet Basic source program that are intended to be merged into main programs at compile time. In a way, usefiles are similar to subroutine s...) (top)
- 09:34, 31 May 2009 (diff | hist) N Include files (New page: == Include files == Include files are sections of an Internet Basic source program that are intended to be merged into main programs at compile time. In a way, include files are similar ...) (top)
- 09:32, 31 May 2009 (diff | hist) Operations (top)
- 09:26, 31 May 2009 (diff | hist) Operations
- 09:25, 31 May 2009 (diff | hist) Operations
- 09:20, 31 May 2009 (diff | hist) Operations
- 09:18, 31 May 2009 (diff | hist) Operations
- 09:16, 31 May 2009 (diff | hist) N Operations (New page: Operations The Internet Basic language supports the following types of operations: Numeric Operations String Operations Relational Operations Logical Operations In addition to these ...)
- 09:13, 31 May 2009 (diff | hist) N Arrays (New page: == Arrays (subscripted variables) == Internet Basic supports arrays (subscripted variables) for both numeric and string variables. Arrays are defined via the LOCAL and COMMON statements ...) (top)
- 09:10, 31 May 2009 (diff | hist) N Data Types (New page: == Data Types == The Internet Basic language supports two data types: string and numeric. String data may include alphanumeric characters, special characters, and hex values. Numeric dat...) (top)
- 09:05, 31 May 2009 (diff | hist) Special Characters (top)
- 09:05, 31 May 2009 (diff | hist) Special Characters
- 08:42, 31 May 2009 (diff | hist) Special Characters
- 08:37, 31 May 2009 (diff | hist) Special Characters
- 08:36, 31 May 2009 (diff | hist) Special Characters
- 08:36, 31 May 2009 (diff | hist) Special Characters
- 08:35, 31 May 2009 (diff | hist) Special Characters
- 08:33, 31 May 2009 (diff | hist) Special Characters
- 08:31, 31 May 2009 (diff | hist) Special Characters
- 08:30, 31 May 2009 (diff | hist) N Special Characters (New page: == Special Characters == The following characters have specific meaning in Internet Basic source programs: Character Description ! Exclamation mark. The comment character. Allows ...)
- 08:27, 31 May 2009 (diff | hist) N Underscore and ampersand (New page: == Underscore and ampersand == The line continuation (_) and multiple statement on a line (&) characters can be combined to produce a connected and structured code block. For example, th...) (top)
- 08:26, 31 May 2009 (diff | hist) N Statement Continuation (New page: == Statement Continuation == The Internet Basic compiler reads up to 132 characters per source line. If you need to write a statement longer than this, use the underline character (_) at...) (top)
- 08:24, 31 May 2009 (diff | hist) N Multiple Statements on a Line (New page: == Multiple Statements on a Line == One of the many convenient programming features of Internet Basic is the ability to write more than one source statement on the same editor line. A sp...) (top)
- 08:23, 31 May 2009 (diff | hist) Indentation (top)
- 08:22, 31 May 2009 (diff | hist) N Indentation (New page: == Indentation == Internet Basic statements may start at any position on the line. For more readable source code, you may indent instructions in order to highlight statement labels, illu...)
- 08:19, 31 May 2009 (diff | hist) N Comment Character (New page: == Comment Character == The exclamation mark (!) is the comment character in Internet Basic source programs. Whenever it appears on a source line, the Internet Basic compiler will ignore...) (top)
- 08:18, 31 May 2009 (diff | hist) N Notation Conventions (New page: == Notation Conventions == In general, Internet Basic statements consist of a keyword, one or more required parameters, and one or more optional parameters. The basic format of an Intern...) (top)
- 08:16, 31 May 2009 (diff | hist) Source Program Divisions (top)
- 08:11, 31 May 2009 (diff | hist) Source Program Divisions
- 08:10, 31 May 2009 (diff | hist) Source Program Divisions
- 08:09, 31 May 2009 (diff | hist) Source Program Divisions
- 08:08, 31 May 2009 (diff | hist) Source Program Divisions
- 08:07, 31 May 2009 (diff | hist) Source Program Divisions
- 08:05, 31 May 2009 (diff | hist) N Source Program Divisions (New page: == Source Program Divisions == Internet Basic source programs are arranged into three functional divisions. '''Data Division''' The Data Division defines the data variables to be used ...)
- 02:51, 31 May 2009 (diff | hist) Installation (top)
- 02:42, 31 May 2009 (diff | hist) N Configuration and Installation (New page: * Installation instructions * Glossary of Terms * The SYSGEN configuration utility * The Comet Gateways * Troubleshooting your license certificate * [[QMONITOR Sec...)
- 02:41, 31 May 2009 (diff | hist) Main Page
- 02:38, 31 May 2009 (diff | hist) Main Page
- 02:37, 31 May 2009 (diff | hist) Main Page
- 02:30, 31 May 2009 (diff | hist) N Glossary of Terms (New page: '''Glossary of Files and Terms''' CapiServ.dll - A library of support routines for communication with external applications CasMonitor.exe - Provides a mechanism to configure the "Comet...)
- 02:30, 31 May 2009 (diff | hist) Installation
(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)