Search results

Jump to navigation Jump to search
  • ...rd in that list.) The previous record pointer (positions 5-8) of an anchor record will always be set to 0. ...
    609 bytes (102 words) - 00:55, 16 July 2013
  • |[[NoRec]] / [[Record]] not found ...|deleted]] or is beyond [[end of file]]), or an [[index file]] points to a record that does not exist in the [[keyed]] file or was deleted. ...
    541 bytes (90 words) - 17:14, 7 April 2021
  • The NOREC error condition (Error Number [[57]]) can be specified at the end of a program statement and in the Exit :1.) The specified record has been deleted. ...
    576 bytes (95 words) - 17:14, 7 April 2021
  • |[[Read]] beyond end of record |Attempted to read beyond the end of the record. ...
    217 bytes (36 words) - 17:46, 28 June 2013
  • '''73,741,824''' is a number significant to [[record locking]]. [[Category:Number]] ...
    84 bytes (11 words) - 15:51, 13 July 2013
  • '''1,073,741,824''' is a number significant to [[record locking]]. [[Category:Number]] ...
    87 bytes (11 words) - 15:51, 13 July 2013
  • ...file]]. This feature was implemented to return the key if the master file record is locked and is being read by key. It can also be used to obtain keys [[se ...aster file is not at least four bytes more than the key length, the record number is not returned. ...
    2 KB (290 words) - 18:07, 11 January 2016
  • ...num-expr" is not specified, the system sequentially reads the next active record. ...
    641 bytes (92 words) - 15:49, 8 May 2014
  • '''2,147,483,648''' is a number significant to [[record locking]]. 2,147,483,648 is the highest number that can be stored in a [[BH 4]] field. ...
    164 bytes (23 words) - 15:51, 13 July 2013
  • RLN(<file handle>[,<new record length>]) ...to the specified amount. The new record length cannot exceed the original record length specified in the OPEN statement. ...
    1 KB (170 words) - 00:51, 22 May 2014
  • '''32,000''' is the [[maximum]] number of [[lines]] a single [[program]] may contain. Also the maximum [[record length]] for [[file]]s. ...
    270 bytes (38 words) - 18:51, 5 August 2013
  • # returns the number of the last accessed key for [[indexed files]] # returns the number of records accessed since the last [[NEWPAGE]] for [[display files]] ...
    2 KB (280 words) - 20:31, 16 October 2022
  • ...last processed in file N. For external files, the byte number of the last record processed can also be returned. ...and LREC(n) could be used in PRINT FIELDS statements to display a running record counter. The following PRINT statement illustrates the idea: ...
    1 KB (206 words) - 00:50, 22 May 2014
  • Displays or prints each line number as it is executed. Inputs data from a record, screen, window or other device and assigns values to specified variables. ...
    998 bytes (162 words) - 01:11, 16 July 2013
  • ...acts much like a cross-reference from the key field to the relative record number. ...
    792 bytes (126 words) - 19:40, 6 August 2013
  • ...um-expr" is not specified, the system sequentially reads the next complete record after the last byte read. ...
    613 bytes (91 words) - 15:37, 8 May 2014
  • ...e contains a key field and an address (or relative record number) for each record in the master file, similar to the way in which a telephone directory conta ...
    546 bytes (91 words) - 02:04, 16 July 2013
  • The '''Delete''' (DEL) [[statement]] removes one [[record]] from an [[internal]] file. For deleting lines from a program, see the [[D ...s the data from a record unusable, but does not recover the space for that record. The easiest way to recover the space from deleted records is to use the [[ ...
    5 KB (748 words) - 18:57, 30 June 2017
  • ...y you will ever want or need to access those records is through the master record. An example usage is a customer maintenance program that allows the user to ...f its position within that list. The first eight bytes of each linked list record are reserved for two fields: ...
    5 KB (865 words) - 17:54, 22 July 2013
  • ...last record in the file. When it's an external file, LRec returns the last record or last byte (depending on whether REC= or POS= was used last). When it's a ...e are no deleted records, the number printed by PRINT LREC(1) is the total number of records in file 1. ...
    2 KB (294 words) - 17:31, 22 May 2014
  • |The record read from the screen or a display file does not contain enough data for the ...he correct number of parameters, or re-prompt the operator for the correct number of values or fix the data file. Also see the INPUT statement for informatio ...
    423 bytes (70 words) - 17:46, 28 June 2013
  • |Record lock limit exceeded. Or a file has been opened too many times at the share |Could not lock The operating system limit for the total number of record locks has been exceeded. Couldn't lock file sharing status byte ...
    1 KB (193 words) - 14:34, 26 September 2017
  • ...gram. KSTAT$ also provides a timeout option, where the program will wait Y number of seconds for the user to push something. If the user doesn't hit any keys ...only the array name is used, UDIM returns the size of the first dimension (number of rows). ...
    3 KB (488 words) - 21:07, 15 July 2013
  • ...in reason we create index files is so that the user can quickly access any record by key, instead of sorting through all the records every time. On large mas #Displaying the complete record ...
    890 bytes (148 words) - 01:40, 16 July 2013
  • POS <number> ...um-expr" is not specified, the system sequentially reads the next complete record after the last byte read. ...
    2 KB (250 words) - 15:33, 8 May 2014
  • ...orkstations and other file numbers are unable to either read or write to a record. Business Rules locks records read from within a file opened for SHR, OUTIN ...1]]) to the user requesting the second READ. The time to wait for a locked record can be defined in the OPEN statement using the WAIT= parameter. ...
    3 KB (456 words) - 15:59, 16 July 2013
  • ** Note: There is a more practical 2**31 or 2,147,483,648 actual record limit. [[Category:Number]] ...
    350 bytes (43 words) - 15:51, 13 July 2013
  • The '''ReWrite''' (REW) [[statement]] updates an existing record in an internal or external file. ...D files. In each of these three cases, the record updated will be the last record read. ...
    7 KB (1,042 words) - 00:01, 6 May 2014
  • ...file. It treats the file as if it has no header record and as if it has no record delimiter. If these items do exist, the program and the file I/O must accou ...s later processed as an external file, however, the delete byte and header record must be taken into account. ...
    3 KB (482 words) - 20:02, 6 August 2013
  • The '''Write (WR)''' [[statement]] may be used to add or insert a record into an existing linked list or external or internal file. ...]. In the following example, the file TRANSFER is opened as #5, then a new record is added in line 3950: ...
    9 KB (1,494 words) - 00:12, 6 May 2014
  • The '''ReRead''' (RER) [[statement]] assigns values from the last record read from an internal or external file. An internal or external file must already be opened and assigned a file number before REREAD can be used. REREAD must follow a successful [[READ]] or RERE ...
    3 KB (446 words) - 17:26, 5 May 2014
  • #The starting position must be a number greater than zero. ...n nor the combined key starting position and key length may not exceed the record length. ...
    482 bytes (75 words) - 19:17, 4 August 2015
  • ...the file pointer to a specified byte for external files, or to a specified record for internal or external files. The RESTORE file statement can also be used ...of a desired link list would typically be stored in the associated master record. ...
    8 KB (1,253 words) - 15:50, 12 April 2018
  • ...r you indicate (version [[2.04]]+). When specified with other options, the record length must always be last. ...
    2 KB (265 words) - 15:30, 6 May 2014
  • The '''Read (REA)''' file [[statement]] accesses a [[record]] from [[internal]] or [[external]] files and assigns values to [[variables An internal or external file must already be opened and assigned a file number before a READ file statement can be used. READ file can be used with files ...
    11 KB (1,707 words) - 16:32, 10 August 2018
  • ...ord" to lock individual records. Instead of locking the actual bytes of a record, it locks a single byte in an area that is unused by the file. BR [[3.8]] & Prior used 31 bit '''record locking'''. This provided for 2**31 or [[2,147,483,648]] [[maximum]] byte ...
    5 KB (837 words) - 19:43, 15 July 2013
  • ...ile according to the specifications listed. These are Comment, File, Alts, Record, Sum and Mask: ...cord number. "R" calls for a record-out sort, which means that each entire record is written to the output file), the collating sequence, optional replacemen ...
    5 KB (819 words) - 01:34, 16 July 2013
  • ...ppend a carriage return and a line feed. The right trim of a display file record can be overridden by setting an option (see [[Option (Config)|OPTION]]) onl Opening a display file with the number 255: uses the default BR printer configuration unless other parameters are ...
    3 KB (487 words) - 19:23, 5 April 2013
  • ## Attempt to access version number on file that is not internal or a key file that is opened as internal ## Attempt to reset version number on file that is not opened [[OutIn]] ...
    2 KB (262 words) - 23:19, 28 September 2015
  • The '''Line''' [[internal function]] returns the line number of the most recent [[error]]. When an error occurs in a procedure while PRO 99900 PRINT "Unexpected Error Number";ERR ...
    2 KB (309 words) - 23:55, 21 May 2014
  • ...in the OPEN statement for all physical files will now also be used as the number of seconds to wait before re-attempting to open a file that another worksta ...al meaning to Business Rules. There is also no delete byte embedded in the record, so the DELETE statement is not valid with an external file. ...
    11 KB (1,835 words) - 15:19, 14 July 2015
  • '''[[Delete Statement|DELETE]] (DEL)''' Marks a specified record as unavailable. ...[GOTO]] (GOT)''' Unconditionally transfers program control to another line number or label. ...
    7 KB (1,225 words) - 23:26, 6 February 2013
  • ...sented by sorted entries in the primary area of the index file. Whenever a record is added to the master file, or a key field is changed, an entry is also se ...mposed of the master record's key plus the master record's relative record number, in binary (B4) format. The following statement reads the key file of a mas ...
    10 KB (1,758 words) - 03:57, 27 December 2019
  • Converts a number to a string and fills the leading positions with "0"'s. FNLEADZERO$(NUMBER,LENGTH) ...
    6 KB (852 words) - 17:09, 11 July 2013
  • ...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 in effect ...ment can be used with a file number of zero (i.e., #0) or without any file number to accept data from the keyboard. See the [[INPUT]] statement for a more de ...
    6 KB (936 words) - 15:47, 14 July 2015
  • |Cnt||Specify the number of cells specified (see selection types). ...m to record what you've done. You will need to use the CHG selection type, record the rows with changes into a new array, and then rewrite the rows that wer ...
    3 KB (460 words) - 01:23, 16 July 2013
  • The file-handle parameter is the number of an open internal file. If the file is not an internal file or the file i ...the disk until the file is closed.'' The new-version specified can be any number from 0 to 32000.<br><br> ...
    3 KB (445 words) - 15:23, 30 June 2019
  • The "OPEN communications" statement matches a file number in a program with a serial port used for communications. See the [[Open Com ...le allows INPUT, LINPUT and PRINT statements to be used with the same file number. OUTIN is always necessary for proper line initialization to be sure the mo ...
    9 KB (1,445 words) - 19:58, 13 July 2013
  • ...identifies that record. As an example, if you wish to access a particular record by specifying a customer name, the customer name would be the key field; it ...ore than 128 bytes) to form the key field. When more than one section of a record is used to form the key field, it is frequently called a split key. ...
    14 KB (2,423 words) - 20:36, 29 May 2013
  • ...The sort is then executed creating the sorted file in either PD 3, BH 4 or Record out format. The sort control file is then deleted. The user's local TEMP FNBLDSORT(INNM$,OUTNM$,ABR$,MASK$,MAT RECORD$,INDIR$,INDRV$,OUTDIR$,OUTDRV$) ...
    15 KB (2,470 words) - 17:09, 11 July 2013
  • The INPUT statement can be used with a file number of zero (i.e., #0) or without any file number to accept data from the keyboard. The status line contains the word "INPUT" ...
    6 KB (1,025 words) - 20:56, 22 January 2015
  • ...The sort is then executed creating the sorted file in either PD 3, BH 4 or Record out format. The sort control file is then deleted. The user's local TEMP FNBLDSORT(File_Name_Source$,OUTNM$,ABR$,MASK$,MAT RECORD$,INDIR$,INDRV$,OUTDIR$,OUTDRV$) ...
    15 KB (2,470 words) - 17:09, 11 July 2013
  • *Array size is limited by both memory allocation and number of entries. (See also Errors [[0120]] and [[2082]]) :3.) Maximum record length: [[32,000]] bytes (depends on size of your program, space required f ...
    9 KB (1,284 words) - 15:58, 13 July 2013
  • ...specifying SHR, OUTPUT or SHR, OUTIN and reading the record. An individual record within this file may be locked during use when either OUTPUT or OUTIN is al In multi-user systems, the RELEASE keyword releases all previous record locks. It removes RESERVE restrictions which have been initiated by the cur ...
    7 KB (1,138 words) - 21:09, 15 July 2013
  • ...ins information about one book that Murray has read; this line is called a record. How many records are in the above example? ...is reserved to store a particular type of data (i.e. name, social security number, date, etc.). ...
    18 KB (3,193 words) - 17:18, 16 August 2013
  • ...value (and thus each letter, number, or symbol) is assigned a number. The number that a particular character is assigned will differ according the collating ...including AIDX, DIDX, MAX$, MIN$ and ORD A, as well as the SORT Facility's RECORD specification and character comparisons used in IF statements. ...
    3 KB (420 words) - 20:14, 27 July 2015
  • The '''Open communications''' (OPE) [[statement]] equates a file number in a program with a [[serial port]] used for [[communications]]. Through as ...sions of Business Rules use the value of the WAIT parameter as the maximum number of seconds to wait for a device to accept each output character. Once this ...
    11 KB (1,729 words) - 15:59, 5 May 2014
  • ...number is 0, which also causes no checking to be performed. If the version number of an opened file is non-zero, it can be displayed by the STATUS FILES comm ...N) will result if the program attempts to use the first eight bytes of the record as the key field. ...
    15 KB (2,453 words) - 03:51, 23 August 2022
  • ...AT FIELD$, HELP "XXXX2;Pay Frequencies: \n W - Weekly\n B - Biweekly;":MAT RECORD$ ...ELD$, HELP "1B@Non-standard separation\ncharacter@1B@Normal is ;@&2;": MAT RECORD$ ...
    8 KB (1,224 words) - 15:22, 21 May 2016
  • 99900 PRINT "Unexpected Error Number";ERR 99910 PRINT "occurred at line number";LINE ...
    2 KB (388 words) - 19:30, 21 May 2014
  • Writes the customer number and email to file #3, which we just opened. (File numbers can be replaced w This will read the first record in the file and store it under the variable names cusnum and email$. But th ...
    1 KB (243 words) - 21:45, 2 February 2015
  • When using the copy command, you may specify a drive letter or number, and a path. You may also use [[wildcard characters]] '''?''' and '''*''' i ...ernal file SAMPLE from a disk in drive A to a disk in drive B, setting the record length of the new file at 128: ...
    8 KB (1,276 words) - 14:35, 25 September 2017
  • ...course, hardware-dependent; as the power of the CPU increases, so can the number of CPU-intensive tasks. ...will check to make sure that a record is free, but it will not reserve the record (thus a RELEASE parameter will have no effect on this system). ...
    14 KB (2,181 words) - 11:52, 14 February 2019
  • RECORD I,106,2,C,"TX","TX",OR RECORD I,106,2,C,"LA","LA",OR ...
    28 KB (4,683 words) - 19:58, 9 June 2023
  • ...mparisons used in [[IF]] and [[FOR]] [[statements]], and the printing of a number in default format (PRINT X). ...ecimal point and your line. Subtract at least one, but preferably two. The number you end up with is the RD setting you should specify. ...
    7 KB (1,086 words) - 02:59, 21 January 2020
  • ...he starting and ending rows and columns are displayed. STATUS displays the number of lines read for each active procedure. ...ogram or procedures currently exist in memory, STATUS displays the release number of the current Business Rules. ...
    12 KB (1,807 words) - 16:42, 15 August 2018
  • ...on hard disk, usb or other location). This selection is made with the file number. In the chapters on internal files, it was stressed that a file must be ope 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
  • ...red items. It sets FKEY to 99 and continues with to the program to WRITE a record to the file. ...user can click "Yes" (which sets the FKEY value to 8 and displays the next record in the file, or "Quit", which sets the FKEY value to 9 and will end the pro ...
    8 KB (1,187 words) - 15:16, 21 May 2016
  • ...sing the relative method of file access. Soon you will be able to read any record in an internal file at any time and in any order. Also, this chapter will i *Define relative file processing and relative record number. ...
    37 KB (6,281 words) - 17:21, 16 August 2013
  • *Support for 64 bit Record Locking (No 2GB Limit!) Licenses will be issued based on number of workstations or number of BR WSIDs. ...
    5 KB (894 words) - 15:10, 22 May 2016
  • LIST [ [-]<[[line number]]>[-] ] [< <input file>] [<line number> [<line number>] [{~"<[[string]]>"|~'<string>'|"<string>"|'<string>'}][...3x] [REPLACE "<s ...he specified '''line number'''. The '''line number''' may be either a line number or a line label. Use a dash (-), either before or after a line reference, t ...
    7 KB (1,223 words) - 19:32, 30 September 2014
  • ...to repeat sections of a Form statement. The repeat factor may be either a number or a variable. Thus, the following is now valid: The line number or label of a FORM statement must be included in a [[USING]] clause within ...
    12 KB (1,914 words) - 14:30, 5 May 2014
  • # Display a record of duplicate keys on the screen. ...y start position''' and '''next key start position''' specify the starting record positions of each key field. Up to '''six''' starting positions may be spec ...
    9 KB (1,571 words) - 15:34, 4 March 2021
  • WAIT= specifies the number of seconds the system should wait for operator input before responding with ...ndition 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
  • ...include things such as: “Name”, “Address”, and “Order #”; WIDTHS gives the number of columns of the screen that each column should take up: 10, 10, 6; and FO 00003 data "Item","Color","ID number" ...
    7 KB (1,085 words) - 01:29, 16 July 2013
  • |width="10%"|'''BTN'''||Button number if an existing button is to be changed. If this parameter is omitted the n ...TN'''||The number of the button to be cleared. If blank the last, highest number, button will be cleared. If equal to 99 all buttons will be cleared. ...
    25 KB (3,874 words) - 17:09, 11 July 2013
  • ...Config]] Option'' statement. Most can be disabled with a ''Config Option [number] Off'' statement. |'''4'''||pads to record length for display out if EOL=NONE ...
    11 KB (1,724 words) - 16:50, 25 July 2020
  • ...have a submit line like this, which will provide a button called 'Click to Record' to send the information to your BR program: <input type="submit" value="Click to Record"> ...
    8 KB (1,362 words) - 21:09, 15 July 2013
  • ...xecuted, the display file STATES could be used for input by using the file number, #2. ...resizes the BR full screen window. This also lets you optionally sets the number of buttom rows (0-3). See [[Open Window]] for more information on windows. ...
    17 KB (2,787 words) - 15:00, 27 January 2017
  • ...]], or [[RINPUT SELECT]] operation. With parameters, NxtFld can be used to record the field (same as the C control [[attribute]]) and/or an attribute for the ...ning the cursor when input was ended. Also, line 130 will print the column number (30 through 39). ...
    9 KB (1,383 words) - 18:21, 23 September 2014
  • ...lash (/) separates the first and second second keys' start point and size (number of positions in the file). ...it's important for files to have unique keys. Using time and date within a record is one way of differentiating each entry. ...
    3 KB (574 words) - 01:03, 16 July 2013
  • ...he information in the record’s key field, or the field that identifies the record. ...ated. Any part number that you want can be accessed just by using the part number as the value of the key field. ...
    52 KB (8,954 words) - 17:21, 16 August 2013
  • ...ey match. Using this method also activates the "cookie parser" which will record incoming cookies too, which may be handy if you're using this in combinatio Extra header to use when getting a web page. You may specify any number of extra headers. ...
    4 KB (676 words) - 15:55, 8 August 2013
  • ::*FNFIL - create a file number that will increment by 1 each time a batch is created ::*FNFILEOK - Check version number ...
    10 KB (1,616 words) - 15:43, 27 November 2014
  • WAIT= specifies the number of seconds the system should wait for operator input before responding with ...ndition traps time-out errors (error code [[4145]]) and specifies the line number of an appropriate error-handling routine. ...
    10 KB (1,566 words) - 16:41, 22 September 2014
  • FNLOADFONT$*50(NUMBER$,FONTCALL$*50;FONT$*100,OUTFILE) |width="10%"|'''REPORTLOG '''||Optional file number for a report log to be processed. Generally omitted ...
    24 KB (3,697 words) - 17:09, 11 July 2013
  • 4. The line number of the error causing statement is displayed in the status line just to the 2. The system variable LINE is automatically set to the line number containing the statement causing the error. <br> ...
    31 KB (5,144 words) - 01:19, 16 July 2013
  • ...the problem if there is a problem. If the open was unsuccessful, the file number will automatically be closed and made ready to try again. Simply read the r *MOVEFIRST (FIRST) – Returns the first record of the last SELECT statement ...
    30 KB (4,832 words) - 22:42, 15 October 2013
  • *Use and design a record layout. ===14.1 Determining the record layout=== ...
    65 KB (11,096 words) - 19:43, 11 April 2018
  • ...ate format (mdy/ ymd/ dmy etc.). These formats are intended to reduce the number of changes required for Y2K compliance, and to ease [[ODBC]] access to date ...P to indicate the storage format. In this case it will be processed as a number with baseyear applied in accordance with the length as follows: ...
    22 KB (3,410 words) - 19:20, 17 July 2013
  • Business Rules! has a number of features which are designed to make error detection easier.  To learn mo ...ror code is 0726.  Next to the error code is the number 00070; this is the number of the program line where the error occurred. ...
    30 KB (4,957 words) - 17:20, 21 December 2019
  • #A [[line number]]. ...y of a primary keyword [[RETURN]] or [[RETRY]] for instance, only the line number and optional programmer's remarks or a line label are permitted with these ...
    18 KB (2,724 words) - 14:33, 5 May 2014
  • ...ey match. Using this method also activates the "cookie parser" which will record incoming cookies too, which may be handy if you're using this in combinatio ...ameters - Extra header to use when getting a web page. You may specify any number of extra headers. ...
    5 KB (863 words) - 12:04, 13 September 2019
  • a number of undesireable symptoms, including assertion failures. [[4194]] null record encountered ...
    21 KB (3,294 words) - 16:24, 13 July 2013
  • WAIT= specifies the number of seconds the system should wait for operator input before responding with ...ndition traps time-out errors (error code [[4145]]) and specifies the line number of an appropriate error-handling routine. ...
    11 KB (1,785 words) - 00:10, 6 May 2014
  • ...may appear in any row or col FIELDS specification and overrides the window number that follows the PRINT/INPUT/RINPUT keyword. INPUT [#<window number>,] FIELDS {[[MAT]]< [[string array]]>|<[[string expression]]>|"<[[field spe ...
    15 KB (2,297 words) - 04:01, 31 July 2022
  • ...nter a name, a date of birth, and a social security number before saving a record. ...
    7 KB (915 words) - 14:41, 5 May 2014
  • ...s before they can be accessed with PRINT statements. Special device [[file number]]s are [[255]] for the printer and 0 for the screen. PRINT #{<[[file number]]>|<window number>} : {[<data item>]|[ [[MAT]] <[[array name]]>]|[ [[TAB]](<[[numeric express ...
    8 KB (1,329 words) - 15:45, 23 September 2014
  • 00430 ! Open File And Record Answers<br> 01090 print fields "2,2,c 42": "Would you like to add a new record?"<br> ...
    22 KB (2,529 words) - 15:25, 16 July 2013
  • Example where all arrays are one dimensional and may have the incorrect number of elements: CNT - The number of cells specified. ...
    17 KB (2,654 words) - 19:39, 16 January 2017
  • ...ting a program), and the number to the right of the colon shows the column number. ...T statement is executed, numeric strings which contain more than ten whole number digits are printed in exponential form, and numeric strings which contain m ...
    35 KB (5,608 words) - 17:11, 25 April 2020
  • ...r example, where all arrays are one dimensional and may have the incorrect number of elements: ...value can be associated with a LIST or GRID control by specifying the FKey number during either output or input operations. Once an Fkey value is specified, ...
    41 KB (6,434 words) - 05:25, 5 February 2024
  • INPUT [#<window number>,] SELECT {[[MAT]]< [[string array]]>|<[[string expression]]>|<"<[[field sp ...work with. If none is selected, the fields remain the default screen. The number must be between a (#) and a comma. ...
    13 KB (1,992 words) - 15:21, 5 May 2014
  • MSG("sleeptime",seconds) specifies the number of seconds to wait before issuing each string and each control character. S [[KSTAT$]] has a second optional numberic parameter denoting the number of seconds to wait for each character. ...
    23 KB (3,634 words) - 16:29, 13 July 2013
  • ...at if an error occurs while ZDIV IGNORE is used for a WRITE statement, the record would not be written. The one exception to this no-execution rule for IGNOR ...e error condition can be coded per statement, but there is no limit to the number of ON error statements per line or in a program. ...
    8 KB (1,269 words) - 03:24, 23 September 2014
  • ...“object”. The word object here is used to refer to all the data in a given record layout in one of your files. This library is easy to use, and provided you ...R$ and MAT COLOR to the correct number of elements to hold an entire color record. Finally, it will define several variables that we can use as pointers into ...
    127 KB (21,265 words) - 15:12, 9 September 2021
  • ...velopment. We use it at [[Sage AX]] to write programs for our customers in record time, and we wanted to share it with you. For example, a fully functional F ...write the results to the data file for you, and return the key to this new record in Result$. If the user cancels, Result$ will be empty. ...
    156 KB (26,665 words) - 21:15, 31 July 2022
  • ...other errors, this error will not cause the system to beep, the error code number will not appear in the status line, and the values of [[ERR]] and [[LINE]] ...as in an immediate-mode statement), or it must be preceded by a valid line number of up to five digits in length. It does not matter what follows the stateme ...
    39 KB (6,625 words) - 17:25, 13 July 2013
  • Imagine a situation where you would want to compare a record of the average monthly temperatures for a year in St. Paul, Minnesota, to t ...lows you to refer to each individual value within the list by its position number. For example: ...
    31 KB (5,016 words) - 18:30, 9 March 2017
  • Example where all arrays are one dimensional and may have the incorrect number of elements: Where all arrays are one dimensional and may have the incorrect number of elements. ...
    79 KB (11,677 words) - 17:15, 25 July 2020