User contributions

From CometWiki

Jump to: navigation, search
Search for contributions 
 

(Latest | Earliest) View ( | ) (20 | 50 | 100 | 250 | 500)

  • 09:22, 22 May 2009 (diff | hist) N IB Statements/msgboxfunc(New page: '''LEN function''' '''Syntax:''' LEN(string-argument) '''Discussion:''' The LEN function returns the current number of characters that are currently stored in the string-argument, r...)
  • 08:53, 22 May 2009 (diff | hist) N IB Statements/len(New page: '''LEN function''' '''Syntax:''' LEN(string-argument) Discussion: The LEN function returns the current number of characters that are currently stored in the string-argument, regardles...) (top)
  • 08:50, 22 May 2009 (diff | hist) N IB Statements/int(New page: '''INT function''' '''Syntax:''' INT(numeric-argument) '''Discussion:'''The INT function returns the integer portion of a numeric-argument. The value returned by the INT function is al...) (top)
  • 08:48, 22 May 2009 (diff | hist) N IB Statements/ihexdec(New page: '''IHEXDEC function''' '''Syntax:''' IHEXDEC(string-argument) '''Discussion:''' The IHEXDEC function converts the string-argument (a string of up to 4 Intel hex formatted bytes) into ...)
  • 08:42, 22 May 2009 (diff | hist) N IB Statements/hexdec(New page: '''HEXDEC function''' '''Syntax:''' HEXDEC(string-argument) '''Discussion:''' The HEXDEC function converts a two-byte binary string to its decimal equivalent. The string-argument re...) (top)
  • 08:40, 22 May 2009 (diff | hist) N IB Statements/fpt(New page: '''FPT function''' '''Syntax:''' FPT(numeric-argument) '''Discussion:''' The FPT function returns the fractional portion of a numeric-argument. The value returned by the FPT functio...) (top)
  • 08:38, 22 May 2009 (diff | hist) N IB Statements/asc(New page: '''ASC function''' '''Syntax:''' ASC(string-argument) '''Discussion:''' The ASC function returns the decimal value of the first byte of the string-argument using the 8-bit ASCII cod...) (top)
  • 08:34, 22 May 2009 (diff | hist) N IB Statements/abs(New page: '''ABS function''' '''Syntax:''' ABS(numeric-argument) '''Discussion:''' The ABS function returns the absolute value of a numeric argument. "Absolute value" is the magnitude of a n...) (top)
  • 11:50, 21 May 2009 (diff | hist) N IB Statements/excp(New page: '''Exception path''' '''Parameter:''' EXCP=statement-label '''Discussion:''' This parameter is used in input/output statements to specify the statement-label where program control i...) (top)
  • 11:48, 21 May 2009 (diff | hist) IB Statements
  • 11:47, 21 May 2009 (diff | hist) N IB Statements/excpsub(New page: '''Exception subroutine''' '''Parameter:''' EXCPSUB=exception-subroutine-label '''Discussion:''' If an exception occurs, the program will branch to the subroutine statement-label sp...) (top)
  • 11:45, 21 May 2009 (diff | hist) IB Statements
  • 11:40, 21 May 2009 (diff | hist) N IB Statements/again(New page: '''ESCAPESUB statement''' '''Syntax:''' ESCAPESUB statement-label (or) ESCAPESUB SYSTEM '''Discussion:''' The ESCAPESUB statement sets a default escape subroutine to the specified...) (top)
  • 11:38, 21 May 2009 (diff | hist) N IB Statements/escapesub(New page: '''ESCAPESUB statement''' '''Syntax:''' ESCAPESUB statement-label (or) ESCAPESUB SYSTEM '''Discussion:''' The ESCAPESUB statement sets a default escape subroutine to the specified...) (top)
  • 11:36, 21 May 2009 (diff | hist) N IB Statements/escapeto(New page: '''ESCAPETO statement''' '''Syntax:''' ESCAPETO statement-label (or) ESCAPETO SYSTEM '''Discussion:''' The ESCAPETO statement sets a default escape routine to the specified statem...) (top)
  • 11:34, 21 May 2009 (diff | hist) N IB Statements/errorsub(New page: '''ERRORSUB statement''' '''Syntax:''' ERRORSUB statement-label (or) ERRORSUB [SYSTEM] Discussion: The ERRORSUB statement sets a default exception branch. The statement-label is t...) (top)
  • 11:32, 21 May 2009 (diff | hist) N IB Statements/errorto(New page: '''ERRORTO statement''' '''Syntax:''' ERRORTO statement-label (or) ERRORTO [SYSTEM] Discussion: The ERRORTO statement sets a default exception branch. The statement-label is the l...) (top)
  • 11:29, 21 May 2009 (diff | hist) N IB Statements/control(New page: '''CONTROL statement''' '''Syntax:''' result-string = CONTROL(lun,control-string [,EXCP=statement-label]) '''Discussion:''' The CONTROL statement is a general-purpose control statem...) (top)
  • 11:26, 21 May 2009 (diff | hist) N IB Statements/exitall(New page: '''EXITALL statement''' '''Syntax:''' EXITALL '''Discussion:''' The EXITALL statement returns control to a top-level calling program. See the information about subprograms. All ...) (top)
  • 11:24, 21 May 2009 (diff | hist) N IB Statements/exitto(New page: '''EXITTO statement''' '''Syntax:''' EXITTO level-number [,EXCP=statement-label] '''Discussion:''' The EXITTO statement returns control to the calling program at the specified level...) (top)
  • 11:19, 21 May 2009 (diff | hist) N IB Statements/exit(New page: '''EXIT statement''' '''Syntax:''' EXIT [,EXCP=statement-label] '''Discussion:''' The EXIT statement returns control to a calling program. See the information about subprograms. ...) (top)
  • 11:16, 21 May 2009 (diff | hist) N IB Statements/enter(New page: '''ENTER statement''' '''Syntax:''' ENTER program [,DIR=directory] [,EXCP=statement-label] '''Discussion:''' The ENTER statement executes a subprogram. ENTER operates like a RUN s...)
  • 11:11, 21 May 2009 (diff | hist) N IB Statements/messagesub(New page: '''MESSAGESUB statement''' '''Syntax:''' MESSAGESUB statement-label '''Discussion:''' The MESSAGESUB statement sets a branch-to address for the current program. If this program is i...) (top)
  • 11:09, 21 May 2009 (diff | hist) N IB Statements/popall(New page: '''POPALL statement''' '''Syntax:''' POPALL '''Discussion:''' The POPALL statement clears all return addresses from the GOSUB stack. It is used to branch directly from a nested subr...) (top)
  • 11:07, 21 May 2009 (diff | hist) N IB Statements/pop(New page: '''POP statement''' '''Syntax:''' POP '''Discussion:''' The POP statement clears the most recent return address from the subroutine stack. It is used to exit from a subroutine with ...) (top)
  • 11:02, 21 May 2009 (diff | hist) N IB Statements/return(New page: '''RETURN statement''' '''Syntax:''' RETURN '''Discussion:''' The RETURN statement transfers program control to the statement immediately following the most recently invoked subrout...) (top)
  • 10:59, 21 May 2009 (diff | hist) N IB Statements/gosub(New page: '''GOSUB statement''' '''Syntax:''' GOSUB statement-label '''Discussion:''' The GOSUB statement directs program control to the specified statement-label and places the next executab...) (top)
  • 10:53, 21 May 2009 (diff | hist) N IB Statements/eventwait(New page: '''EVENTWAIT statement''' '''Syntax:''' EVENTWAIT '''Discussion:''' The EVENTWAIT statement causes Comet to wait for an event to occur. An event is some action that is external to t...) (top)
  • 10:48, 21 May 2009 (diff | hist) N IB Statements/eventsub(New page: '''EVENTSUB statement''' '''Syntax:''' EVENTSUB statement-label,event-string$,source-string$ '''where:''' statement-label is the label of a statement in the current program where c...)
  • 12:15, 20 May 2009 (diff | hist) N IB Statements/kill(New page: '''KILL statement''' '''Syntax:''' KILL partition [,EXCP=statement-label] '''Discussion:''' The KILL statement terminates a partition. The program running in the specified partition...) (top)
  • 12:13, 20 May 2009 (diff | hist) N IB Statements/terminate(New page: '''TERMINATE statement''' '''Syntax:''' TERMINATE partition [,EXCP=statement-label] '''Discussion:''' The TERMINATE statement terminates a partition. The program running in the spec...) (top)
  • 12:10, 20 May 2009 (diff | hist) N IB Statements/error(New page: '''ERROR statement''' '''Syntax:''' ERROR '''Discussion:''' The ERROR statement invokes a non-recoverable runtime error termination procedure. It is typically used as an escape path...) (top)
  • 12:08, 20 May 2009 (diff | hist) IB Statements/end(top)
  • 12:06, 20 May 2009 (diff | hist) N IB Statements/end(New page: '''END statement''' '''Syntax:''' END '''Discussion:''' The END statement serves two purposes. First, the END statement signals the Internet Basic compiler to stop compiling the cur...)
  • 12:04, 20 May 2009 (diff | hist) N IB Statements/stop(New page: '''STOP statement''' '''Syntax:''' STOP '''Discussion:''' The STOP statement terminates a program and runs the QMONITOR program. There can be more than one STOP statement in a prog...) (top)
  • 12:00, 20 May 2009 (diff | hist) N IB Statements/interrupt(New page: '''INTERRUPT statement''' '''Syntax:''' INTERRUPT partition [,EXCP=statement-label] '''Discussion:''' The INTERRUPT statement forces the named partition to branch to the MESSAGESUB ...) (top)
  • 11:57, 20 May 2009 (diff | hist) N IB Statements/activate(New page: '''ACTIVATE statement''' '''Syntax:''' ACTIVATE partition, program [,DIR=directory][,EXCP=statement-label] '''Discussion:''' The ACTIVATE statement executes a specified program in a...) (top)
  • 11:52, 20 May 2009 (diff | hist) N IB Statements/run(New page: '''RUN statement''' '''Syntax:''' RUN program [,DIR=directory] [,EXCP=statement-label] '''Discussion:''' The RUN statement terminates the current program and calls in another progra...)
  • 11:49, 20 May 2009 (diff | hist) N IB Statements/wakeup(New page: '''WAKEUP statement''' '''Syntax:''' WAKEUP time-string '''Discussion:''' The WAKEUP statement suspends processing of the current program until a specified "wakeup time." The time...) (top)
  • 11:45, 20 May 2009 (diff | hist) N IB Statements/pause(New page: '''PAUSE statement''' '''Syntax:''' PAUSE(numeric-argument) '''Discussion:''' The PAUSE statement temporarily pauses processing of the current program for a specified period of time...) (top)
  • 11:42, 20 May 2009 (diff | hist) N IB Statements/continue(New page: '''CONTINUE statement''' '''Syntax:''' CONTINUE '''Discussion:''' The CONTINUE statement passes control to the NEXT statement in a FOR/NEXT structure or to the LOOP statement in a D...) (top)
  • 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)

(Latest | Earliest) View ( | ) (20 | 50 | 100 | 250 | 500)

Views
Toolbox