Search results

Jump to navigation Jump to search

Page title matches

  • {<line ref>|<[[Line Label (program)|line label]]>} ...f" (or "Line-ref") can be either a line number or a [[Line Label (program)|line label]]. ...
    287 bytes (38 words) - 15:45, 5 May 2014
  • #redirect[[Line-ref]] ...
    21 bytes (2 words) - 20:19, 16 July 2013
  • ...ror-cond" is a specific error condition and "line-ref" is a line number or line label to which control should be transferred if that error occurs. See [[Er ...atement and comes to an [[EOF|End of File]] error, it will transfer to the line labeled "donereading". ...
    512 bytes (76 words) - 18:30, 18 July 2013

Page text matches

  • {<line ref>|<[[Line Label (program)|line label]]>} ...f" (or "Line-ref") can be either a line number or a [[Line Label (program)|line label]]. ...
    287 bytes (38 words) - 15:45, 5 May 2014
  • ...ror-cond" is a specific error condition and "line-ref" is a line number or line label to which control should be transferred if that error occurs. See [[Er ...atement and comes to an [[EOF|End of File]] error, it will transfer to the line labeled "donereading". ...
    512 bytes (76 words) - 18:30, 18 July 2013
  • ...evaluates a numeric expression, then transfers program control to another line according to the expression's value. ...stance, program control transfers to the line indicated by the second line-ref. ...
    2 KB (283 words) - 15:46, 5 May 2014
  • #redirect[[Line-ref]] ...
    21 bytes (2 words) - 20:19, 16 July 2013
  • ...fers to the subroutine that begins at the line indicated in the third line-ref. ...1 rounds to a number less than one or greater than three, control goes to line 90. ...
    2 KB (307 words) - 15:44, 5 May 2014
  • The '''GoTo''' [[statement]] transfers program control to a specified line number or label. ...te statement) will occur if such usage is attempted. Instead try [[go]] [[line number]]. ...
    1 KB (181 words) - 21:18, 7 April 2018
  • ...ata''' [[statement]] moves the pointer to the first value in the specified line. ...ter at the beginning of the DATA statement's list of values. The specified line must, of course, contain a DATA statement. ...
    1,009 bytes (143 words) - 17:27, 5 May 2014
  • The optional "NONE line-ref" parameter allows you to specify the line that control should go to when the value of the numeric expression does not ...
    496 bytes (72 words) - 21:30, 30 July 2013
  • ...subroutine. The GoSub statement may no longer be executed from the command line. Error [[1011]] (Illegal immediate statement) will occur if such usage is a ...e statement, control is transferred to the next executable statement after line 900: ...
    2 KB (217 words) - 14:38, 5 May 2014
  • ...[statement]] is assigned to a line number located at the beginning of that line. ...n programs (not in procedure files, which require [[Line Label (procedure)|line labels]]) and must be integers from 1 to 99999. ...
    2 KB (288 words) - 23:23, 7 February 2013
  • ...e statement generating the error, and there must not be a "error-cond line-ref" parameter coded for that specific error in that statement. See [[Error Con ...an Exit statement, which in turn contains one or more error condition/line-ref pairs. ...
    4 KB (644 words) - 04:38, 4 July 2022
  • ...k out of a [[DO]]/[[LOOP]] structure and continue execution with the first line following the Loop statement. ...ble statement and is an exception to Exit followed by error condition line ref instructions, which are not executable. ...
    521 bytes (83 words) - 16:16, 24 April 2014
  • ...value to KY$, the key field. If Line 560 finds a match, then the REREAD in line 570 assigns values to all fields in the arrays A$ and AMTS. ...[array name]]>|<[[variable name]]>}][,...] [<[[error condition]]> <[[line ref]]>][,...] ...
    3 KB (446 words) - 17:26, 5 May 2014
  • :READ #file-num,USING line-ref,pos-parm: var-name error-cond line-ref :REWRITE #file-num,USING line-ref,pos-parm: var-name error-cond line-ref ...
    4 KB (707 words) - 22:52, 9 January 2016
  • CONFIG DATABASE <db-ref> DSN=<dsn-ref> [, USER= <department> | LOGIN_NAME | ? ] [, PASSWORD= <dept-password> | B CONFIG DATABASE <db-ref> CONNECTSTRING="<Driver>={Microsoft Access Driver (*.mdb)} DBQ=C:\inetpub\ ...
    3 KB (434 words) - 02:29, 31 July 2023
  • ...n the statement, it is kept in a form statement and can be accessed by any line anywhere in the program. For example: ...[MAT]] <[[array name]]>|<data item>}][,...] [<[[error condition]]> <[[line ref]]>][,...] ...
    4 KB (628 words) - 16:13, 8 May 2014
  • ...RM]] statement which specifies where information should appear in the next line or lines of output.<br> ...l point and two decimal digits. The material inside the quotation marks in line 230 is output next; this occupies columns 8 to 16. C 25 indicates that the ...
    5 KB (719 words) - 17:12, 5 May 2014
  • ...file to load into memory. If you do not provide an extension with the file-ref, BR looks for a file with the extension .BR. ...bject portion of a saved program. If no extension is specified in the file-ref, BR looks for a file with the extension .BRO. ...
    3 KB (520 words) - 17:05, 6 May 2014
  • ...stay open. Execution halts and an error message is displayed on the status line when an error occurs during program execution. The following command begins execution of the program in memory at line 350: ...
    5 KB (894 words) - 19:34, 28 February 2024
  • ...l do the same. All lines will perform a carriage return and start the next line one down, unless it's followed by a semi-colon (;). PRINT #255, USING line-ref or string expression : data item or MAT array-name ...
    2 KB (367 words) - 20:19, 19 September 2013
  • 02200 -any statement- Error-cond line-ref ... EXIT exit-statement-reference ...error condition that addresses the error that occurred, it branches to the line number specified with that error condition. If it does not find an applicab ...
    2 KB (238 words) - 04:27, 4 July 2022
  • ...program's next DATA statement. In the following example, the execution of line 55 assigns 2 to T, 4 to F, 8 to E, 16 to S, 32 to X and 64 to M: ...<[[array name]]>|<[[variable name]]>}[,...] [<[[error condition]]> <[[line ref]]>][,...] ...
    2 KB (332 words) - 17:12, 5 May 2014
  • ...FLOW]] for string overflow), Business Rules branches to the specified line-ref. ...ne 7700. A ZDIV error would be ignored if a program included only line 20. Line 30 would display an error message, beep, place the system in ERROR mode and ...
    8 KB (1,269 words) - 03:24, 23 September 2014
  • ...RI) [[statement]] displays the contents of a string variable on the output line at the bottom of the screen or window, allows the operator to change the va ...or condition traps time-out errors (error code [[4145]]) and specifies the line number of an appropriate error-handling routine. ...
    3 KB (524 words) - 00:02, 6 May 2014
  • ...r. In the following example, line 130 produces a beep from the screen, and line 140 produces a tone or bell from the printer (if supported on that model pr ...lears the screen (line 150) and advances the printer to the top of a page (line 160): ...
    8 KB (1,329 words) - 15:45, 23 September 2014
  • ...Mat]] <[[array name]]>|<data item>}][,...] [<[[error condition]]> <[[line ref]]>][,...] The "USING" keyword is part of a clause that specifies either the "line-ref" of a [[FORM]] statement or a "string-expr" containing a FORM statement. ...
    7 KB (1,042 words) - 00:01, 6 May 2014
  • Line 9100 is an ordinary Close statement: Line 6000 frees the file as it closes it and transfers control to 9300 if the [[ ...
    3 KB (543 words) - 15:11, 29 April 2014
  • ...e input) assigns a value to a [[string]] [[variable]] by reading an entire line or record from the keyboard, a [[procedure file]] (when [[Run|RUN PROC]] is For example, to accept a city and state with INPUT to construct an address line on a mailing label, a program could have the following lines: ...
    6 KB (936 words) - 15:47, 14 July 2015
  • #A [[line number]]. #A [[line Label (program)|line label]] (optional). ...
    18 KB (2,724 words) - 14:33, 5 May 2014
  • NOTICE from line 780 that the LET keyword is optional. The LET statement can also be used to ...example, the Fntotalsales is called from the program (aka library) Sales1. Line 510 will provide the outcome of the function for the current program. ...
    5 KB (774 words) - 14:28, 5 October 2017
  • After line 300 in the above example, the next sequential read would occur at the start ...llowing formula calculates the starting position for the READ statement in line 300 above: ...
    11 KB (1,835 words) - 15:19, 14 July 2015
  • ...be used with the same file number. OUTIN is generally necessary for proper line initialization to be sure the modem connections have been successful. OUTIN ...are located in the /dev directory. They must not be enabled for logins. In line 30 below, notice the colon (:) after the NAME= keyword. This colon is requi ...
    11 KB (1,729 words) - 15:59, 5 May 2014
  • ...25 does not exist, the NOREC clause on line 310 would transfer control to line 920. ...atch for this key value, the NOKEY clause on line 320 transfers control to line 930. ...
    8 KB (1,253 words) - 15:50, 12 April 2018
  • ...ource using the Load command. Errors may be generated during the LOAD file-ref SOURCE due to a few minor incompatibilities between old and new releases. S ...parameter may be set to EOL=CRLF (carriage return and line feed), EOL=LF (line feed only), or EOL=NONE. ...
    3 KB (407 words) - 15:46, 16 July 2013
  • ...example, the file TRANSFER is opened as #5, then a new record is added in line 3950: ...Mat]] <[[array name]]>|<data item>}][,...] [<[[error condition]]> <[[line ref]]>][,...] ...
    9 KB (1,494 words) - 00:12, 6 May 2014
  • any file number to accept data from the keyboard. The status line contains the word "INPUT" to signal the operator that the program is awaiti Since three items are being entered together in line 130, the operator must ...
    6 KB (1,025 words) - 20:56, 22 January 2015
  • After line 500 is executed, the internal file STATES can be used for input using the f ...how opening a file with a name constructed from a prompted keyboard entry. Line 1030 will open the file SALES10.DAT if the value of MONTH is 10. ...
    15 KB (2,453 words) - 03:51, 23 August 2022
  • Without MAT grouping, the above line must be coded as follows in order to achieve the same results (this example ...ys than are possible without using MAT grouping, as the resulting compiled line takes up less space in memory. The number of matrices that can be grouped t ...
    7 KB (1,065 words) - 17:09, 5 May 2014
  • :2.) no PRINT to screen - must ref a FIELD ;GRAPHICS LINE DRAW ...
    5 KB (769 words) - 21:03, 3 July 2015
  • ====CONFIG DATABASE db-ref ODBC-MANAGER==== CONFIG [[DATABASE]] db-ref ODBC-MANAGER will invoke the ODBC Manager to define or identify a file DSN. ...
    10 KB (1,297 words) - 15:47, 25 April 2017
  • READ #<[[file number]]> [, [[USING]] {<[[string expression]]>|<[[line ref]]>}] [, <[[positional parameter]]>] [, [[KEYONLY]] ] {[, [[KEY]]{=|>=} <[[s ...[array name]]>|<[[variable name]]>}][,...] [<[[error condition]]> <[[line ref]]>][,...] ...
    11 KB (1,707 words) - 16:32, 10 August 2018
  • "Output file-ref" is the name and path of the output file. "Input file-ref" is the name of all text files, which are to be compiled under the output f ...
    4 KB (770 words) - 21:32, 17 May 2013
  • After line 500 is executed, the display file STATES could be used for input by using t ...how opening a file with a name constructed from a prompted keyboard entry. Line 1030 opens the file SALES10.DAT if the value of MONTH is 10. ...
    17 KB (2,787 words) - 15:00, 27 January 2017
  • ...like subroutines), input and output capabilities, comment lines and end-of-line comments. The above five-line procedure consists of a comment line and four command lines to bring the system back to a menu when the procedur ...
    18 KB (2,836 words) - 20:59, 12 June 2014
  • Line 340 prints the button. The [[DO LOOP]] on lines 350 to 380 give the button ...am in lines 27 to 31, while if FKEY equals 9 or anything else, it ends, on line 32. ...
    8 KB (1,187 words) - 15:16, 21 May 2016
  • ...any changes. There should be no unusual non-printing characters. Each new line on the printout should correspond to an output statement in the program tha The parts above are: Line number, File number, File ID String, File Type, and Type of Use. ...
    21 KB (3,582 words) - 17:22, 4 June 2014
  • The following line will delete a record, after the file has been opened: ...ession]]>}] [{,[[RESERVE]]|,[[RELEASE]]}] : [<[[error condition]]> <[[line ref]]>][,...] ...
    5 KB (748 words) - 18:57, 30 June 2017
  • The FOR statement in line 10 specifies the name of the loop variable, X, and beginning and ending val The NEXT statement at line 30 simply marks the end of the loop.  When Business Rules! reaches the NEXT ...
    26 KB (4,229 words) - 17:34, 25 April 2020
  • ...or condition traps time-out errors (error code [[4145]]) and specifies the line number of an appropriate error-handling routine. 00230 LET SEL$(CURFLD:CURFLD)="x" ! could reverse logic of prev.line to unselected ...
    11 KB (1,785 words) - 00:10, 6 May 2014
  • ...or condition traps time-out errors (error code [[4145]]) and specifies the line number of an appropriate error-handling routine. 00230 LET SEL$(CURFLD:CURFLD)="x" ! could reverse logic of prev. line to unselect ...
    10 KB (1,566 words) - 16:41, 22 September 2014
  • NOTICE that the ATTR parameter in line 160 is set to R. This causes the current field (the field the cursor is on) ...ft corner of the status line) and wait for operator input when it executes line 160. At this time, the operator may use the following methods to move the c ...
    13 KB (1,992 words) - 15:21, 5 May 2014
  • ...sed as a program statement, Business Rules! also lets you use it without a line number for immediate information about a variable or an arithmetic operatio ...hen the friendly READY prompt will appear in the left corner of the status line.  Special technical note: On licensed versions of Business Rules!, this cou ...
    48 KB (8,436 words) - 17:16, 16 August 2013
  • ...with the computer beeping and the word ERROR in the far left of the status line. After all your hard work writing a program, and testing it with good data, Back in Chapter 3, you learned how to add CONV line-ref on the end of an INPUT statement to prevent a program from beeping and goin ...
    31 KB (5,144 words) - 01:19, 16 July 2013
  • #Status [qualifier] >file-ref parameter redirects the status information to a file or to the printer. Current Line = 42 ...
    12 KB (1,807 words) - 16:42, 15 August 2018
  • The valid border styles are B (blank), S (single line) and D (double line). See "S Attribute" in the [[BRConfig.sys]] Specification section for more ...put Parameter|INPUT]]|[[OUTPUT]]|[[OUTIN]]} [<[[error condition]]> <[[line ref]]>][,...] ...
    14 KB (2,180 words) - 15:04, 6 May 2017
  • Input Fields accepts data from anywhere on the screen except the status line. One field or several fields may be entered with the INPUT FIELDS statement ...ble name]]>|[[MAT]]< [[array name]]>}[,...] [<[[error condition]]> <[[line ref]]>][,...] ...
    15 KB (2,297 words) - 04:01, 31 July 2022
  • #Use line labels and comments to help identify your programming logic. ...able. It represents the number of miles (and the answer to the question in line 10), which varies every time that the program is run. ...
    40 KB (6,966 words) - 21:17, 14 March 2019
  • ...is divided into rows and columns.  A row is the horizontal space that one line of text takes up on the screen.  A column is the vertical space that a sing The information in the right corner of your status line allows you to keep track of the cursor’s current screen position.  The numb ...
    35 KB (5,608 words) - 17:11, 25 April 2020
  • #Use the GOTO statement to transfer program control to a specified line. ...tement''' is a line of code that causes program control to jump to another line of code. ...
    39 KB (6,138 words) - 16:22, 21 December 2019
  • 1 ) Master file-ref the name and path of the master file for the index you wish to create. 2 ) Index file-ref the name and path of the key file to be built. ...
    52 KB (8,954 words) - 17:21, 16 August 2013
  • 5.1 Add a line label to line 20 and refer to it as the line-ref in the GOTO statement ...here could be several solutions. One idea is to use if/then statements and line labels, like these examples, inserted where appropriate: ...
    15 KB (1,877 words) - 16:14, 21 December 2019
  • The parts above are: Line number, File number, File ID String, File Type, Type of Use, and Method of ...can be found at the relative record position matching that value. Consider line 500 as an example. The value of REC= is 12, so Business Rules! will go to t ...
    37 KB (6,281 words) - 17:21, 16 August 2013
  • Besides the line number and the OPEN keyword, the syntax of the OPEN statement contains five The parts are: line number, OPEN, file number, file ID string, file type, method of access. ...
    65 KB (11,096 words) - 19:43, 11 April 2018
  • ...CKFOX". Commas are necessary when skipping optional parameters within each line. The use of SORT without a control file-ref can only be done from within a procedure. All required sort specifications ...
    28 KB (4,683 words) - 19:58, 9 June 2023
  • ...[[LINPUT]] and [[RINPUT]] statements, but only allows access to the bottom line of the screen. (Lines in regular screen processing then scroll up until the ...output and the changed values (as updated by the operator) are input; this line also includes field help information for two of the six fields. ...
    72 KB (11,525 words) - 15:26, 11 July 2020
  • ...placed inside of brconfig.sys file or executed dynamically from BR command line: CONFIG DATABASE db-ref DSN=dsn-ref [, USER= department | LOGIN_NAME | ? ] [, {PASSWORD= dept-password | BR_PA ...
    79 KB (11,677 words) - 17:15, 25 July 2020