User contributions
From CometWiki
(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 11:39, 20 May 2009 (diff | hist) N IB Statements/break (New page: '''BREAK statement''' '''Syntax:''' BREAK '''Discussion:''' The BREAK statement stops execution of the conditional statement block within a FOR/NEXT structure, a DO/LOOP structure, ...) (top)
- 11:35, 20 May 2009 (diff | hist) IB Statements/select
- 11:30, 20 May 2009 (diff | hist) N IB Statements/select (New page: '''SELECT statement''' '''Syntax:''' SELECT CASE test expression CASE expression list 1 [statement block 1] CASE expression list 2 [statement block 2] . . . ...)
- 11:22, 20 May 2009 (diff | hist) N IB Statements/do (New page: '''DO statement''' '''Syntax:''' DO {WHILE | UNTIL} relational-expression [conditional statement block] LOOP (or) DO [statement block] LOOP {WHILE | UNTIL} relational-expression ...) (top)
- 11:11, 20 May 2009 (diff | hist) IB Statements/if (top)
- 11:10, 20 May 2009 (diff | hist) IB Statements/if
- 11:08, 20 May 2009 (diff | hist) N IB Statements/if (New page: '''IF statement''' '''Syntax:''' IF relational-expression [THEN] conditional-statement(s) (or) IF relational-expression [THEN] conditional-statement(s) ELSE conditional-statement(s...)
- 11:03, 20 May 2009 (diff | hist) N IB Statements/ongoto (New page: '''ON/GOTO statement''' ''' ''' '''Syntax:''' ON numeric-argument GOTO statement-list '''Discussion:''' The ON/GOTO statement transfers program control to a specific statement-label b...) (top)
- 11:00, 20 May 2009 (diff | hist) N IB Statements/goto (New page: '''GOTO statement''' '''Syntax:''' GOTO statement-label GO TO statement-label GO statement-label '''Discussion:''' The GOTO statement transfers program control to the specified st...) (top)
- 10:57, 20 May 2009 (diff | hist) N IB Statements/decrypt (New page: '''DECRYPT function''' '''Syntax:''' result-string = DECRYPT(input-string, seed-string) '''Discussion:''' The DECRYPT function decrypts the input-string, and assigns the result to t...) (top)
- 10:55, 20 May 2009 (diff | hist) N IB Statements/encrypt (New page: '''ENCRYPT function''' '''Syntax:''' result-string = ENCRYPT(input-string, seed-string) '''Discussion:''' The ENCRYPT function encrypts the input-string, and assigns the result to t...) (top)
- 10:50, 20 May 2009 (diff | hist) N IB Statements/base64 (New page: '''BASE64 function''' '''Syntax:''' BASE64(string-argument,numeric-error-argument) '''Discussion:''' The BASE64 function performs a standardized encoding of the string-argument into...) (top)
- 10:48, 20 May 2009 (diff | hist) N IB Statements/base256 (New page: '''BASE256 function''' '''Syntax:''' BASE256(string-argument,numeric-error-argument) '''Discussion:''' The BASE256 function de-encodes the string-argument (a Base 64 string) into it...) (top)
- 10:44, 20 May 2009 (diff | hist) N IB Statements/msgbox (New page: '''MSGBOX statement''' '''Discussion:''' The MSGBOX statement displays a simple Windows-style message box containing a specified string and an OK button. The program is halted until the...) (top)
- 10:42, 20 May 2009 (diff | hist) N IB Statements/log (New page: '''LOG statement''' '''Discussion:''' The LOG statement writes a specified string to the user’s startup details log. This is a convenient way to log when a particular program is start...)
- 10:39, 20 May 2009 (diff | hist) N IB Statements/delete (New page: '''DELETE statement''' '''Syntax:''' DELETE (lun) KEY=index [,EXCP=statement-label] '''Discussion:''' The DELETE statement deletes an existing record from a keyed file. The parame...)
- 10:36, 20 May 2009 (diff | hist) N IB Statements/update (New page: '''UPDATE statement''' '''Syntax:''' UPDATE (lun, format-statement-label) KEY=index [,EXCP=statement-label] '''Discussion:''' The UPDATE statement modifies only specified fields in ...)
- 10:33, 20 May 2009 (diff | hist) N IB Statements/rewrite (New page: '''REWRITE statement''' '''Syntax:''' REWRITE (lun, format-statement-label) KEY=index [,EXCP=statement-label] '''Discussion:''' The REWRITE statement functions just like the WRITE s...)
- 10:29, 20 May 2009 (diff | hist) N IB Statements/position (New page: '''POSITION statement''' '''Syntax:''' POSITION (lun) KEY=argument [,EXCP=statement label] '''Discussion:''' The POSITION statement moves the file pointer to a specified key. If the...)
- 10:27, 20 May 2009 (diff | hist) IB Statements/insert
- 10:26, 20 May 2009 (diff | hist) N IB Statements/insert (New page: '''INSERT statement''' '''Syntax:''' INSERT (lun, format-statement-label) KEY=index [,EXCP=statement-label] '''Discussion:''' The INSERT statement functions just like a WRITE statem...)
- 10:24, 20 May 2009 (diff | hist) N IB Statements/write (New page: '''WRITE statement''' '''Syntax:''' WRITE (lun, format-statement-label) [KEY=index] [,EXCP=statement-label] '''Discussion:''' The WRITE statement outputs data records to a keyed, se...)
- 10:22, 20 May 2009 (diff | hist) N IB Statements/extract (New page: '''EXTRACT statement''' '''Syntax:''' EXTRACT (lun, format-statement-label) [KEY=index] [,EXCP=statement-label] '''Discussion:''' The EXTRACT statement performs the same function as...)
- 10:18, 20 May 2009 (diff | hist) IB Statements/inquire
- 10:18, 20 May 2009 (diff | hist) N IB Statements/inquire (New page: '''INQUIRE statement''' '''Syntax:''' INQUIRE (lun, format-statement-label) [KEY=index] [,EXCP=statement-label] '''Discussion:''' The INQUIRE statement performs the same function as...)
- 10:15, 20 May 2009 (diff | hist) IB Statements/read
- 10:15, 20 May 2009 (diff | hist) IB Statements/read
- 10:14, 20 May 2009 (diff | hist) IB Statements/read
- 10:13, 20 May 2009 (diff | hist) N IB Statements/read (New page: '''READ statement''' '''Syntax:''' READ (lun, format-statement-label) [KEY=index] [,EXCP=statement-label] '''Discussion:''' The READ statement inputs a physical record from a keyed ...)
- 10:09, 20 May 2009 (diff | hist) N IB Statements/print (New page: '''PRINT statement''' '''Syntax:''' PRINT [(lun)] variable-list [,EXCP=statement-label] '''Discussion:''' The PRINT statement allows simple, unformatted output to a file or a device...)
- 10:07, 20 May 2009 (diff | hist) N IB Statements/wait (New page: '''WAIT statement''' '''Syntax:''' WAIT '''Discussion:''' The WAIT statement performs a "dummy input" on logical unit number 0 (i.e., the video screen). The WAIT statement suspends ...) (top)
- 10:04, 20 May 2009 (diff | hist) N IB Statements/autoinput (New page: '''AUTOINPUT statement''' '''Syntax:''' AUTOINPUT [(lun)] @(screen-position),variable-name[,length-override] '''where:''' screen-position = the column and row (respectively) from wh...) (top)
- 10:01, 20 May 2009 (diff | hist) IB Statements/input
- 09:54, 20 May 2009 (diff | hist) IB Statements/input
- 09:53, 20 May 2009 (diff | hist) N IB Statements/input (New page: '''INPUT statement (new)''' '''Syntax:''' INPUT [(lun)] @(screen-position),variable-name[,length-override] where: screen-position = the column and row (respectively) where an entry f...)
- 09:47, 20 May 2009 (diff | hist) N IB Statements/access (New page: '''ACCESS statement''' '''Version 1:''' Accessing configured directories '''Syntax:''' ACCESS (directory-access-block) [Comet-directory-name] [,EXCP=statement-label] '''Discussion:...) (top)
- 09:41, 20 May 2009 (diff | hist) N IB Statements/unlock (New page: '''UNLOCK statement''' '''Syntax:''' UNLOCK (lun) [,EXCP=statement-label] '''Discussion:''' The UNLOCK statement removes the restriction of a previous LOCK on a file. It is issued o...)
- 09:39, 20 May 2009 (diff | hist) N IB Statements/lock (New page: '''LOCK statement''' '''Syntax:''' LOCK (lun) [,EXCP=statement-label] '''Discussion:''' The LOCK statement locks a logical unit number. It is a way to prevent a specified file from ...)
- 09:37, 20 May 2009 (diff | hist) N IB Statements/close (New page: '''CLOSE statement''' '''Syntax:''' CLOSE [(lun)] '''Discussion:''' The CLOSE statement closes a specified logical unit number, one that was opened via a previous OPEN statement. O...) (top)
- 09:34, 20 May 2009 (diff | hist) IB Statements/open
- 09:32, 20 May 2009 (diff | hist) IB Statements/open
- 09:32, 20 May 2009 (diff | hist) IB Statements/open
- 09:31, 20 May 2009 (diff | hist) IB Statements/open
- 09:30, 20 May 2009 (diff | hist) IB Statements/open
- 09:30, 20 May 2009 (diff | hist) N IB Statements/open (New page: '''OPEN statement''' '''Syntax:''' OPEN (lun) filename|device-name [,key=key name][,DIR=directory] [,EXCP=statement-label] '''Discussion:''' The OPEN statement opens a file or a per...)
- 09:27, 20 May 2009 (diff | hist) IB Statements/rename
- 09:25, 20 May 2009 (diff | hist) N IB Statements/rename (New page: RENAME statement Syntax: RENAME filename-1 [,DIR=directory-1] ,filename-2 [,DIR=directory-2] [,EXCP=statement-label] Discussion: The RENAME statement renames a Comet file. Filename-1...)
- 09:24, 20 May 2009 (diff | hist) IB Statements/clearfile
- 09:23, 20 May 2009 (diff | hist) N IB Statements/clearfile (New page: CLEARFILE statement Syntax: CLEARFILE (lun) Discussion: The CLEARFILE statement clears all data from an open Comet data file. The lun parameter is the numeric value that is assigned ...)
- 09:22, 20 May 2009 (diff | hist) IB Statements/erase
(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)