User contributions
Jump to navigation
Jump to search
- 16:59, 31 August 2009 diff hist -34 CVI
- 16:59, 31 August 2009 diff hist +1,125 N CVI Created page with ''''Purpose:''' To convert string values to numeric values. '''Syntax:''' CVI(2-byte string) CVS(4-byte string) CVD(8-byte string) '''Comments:''' Numeric values read in from a …'
- 16:57, 31 August 2009 diff hist +946 N CSRLIN Created page with ''''Purpose:''' To return the current line (row) position of the cursor. '''Syntax:''' y=CSRLIN '''Comments:''' y is a numeric variable receiving the value returned. The value r…'
- 16:55, 31 August 2009 diff hist +6 CSNG
- 16:54, 31 August 2009 diff hist +235 N CSNG Created page with ''''Purpose:''' To convert x to a single-precision number. '''Syntax:''' CSNG(x) '''Comments:''' x must be a numeric expression (see the CINT and CDBL functions). Examples: A#…'
- 16:52, 31 August 2009 diff hist +4 CHDIR
- 16:52, 31 August 2009 diff hist +1 CHDIR
- 16:52, 31 August 2009 diff hist +363 N CHDIR Created page with ''''Purpose:''' To change from one working directory to another. '''Syntax:''' CHDIR pathname '''Comments:''' pathname is a string expression of up to 63 characters. To make sal…'
- 16:51, 31 August 2009 diff hist +1 CDBL
- 16:50, 31 August 2009 diff hist +1 CDBL
- 16:50, 31 August 2009 diff hist +556 N CDBL Created page with ''''Purpose:''' To convert x to a double-precision number. '''Syntax:''' CDBL(x) '''Comments:''' x must be a numeric expression. '''Example:''' A=454.67 PRINT A; CDBL(A) 454…'
- 16:47, 31 August 2009 diff hist +519 N COS Created page with 'Purpose: To return the cosine of the range of x. '''Syntax:''' COS(x) '''Comments:''' x must be the radians. COS is the trigonometric cosine function. To convert from degrees t…'
- 16:41, 31 August 2009 diff hist +479 N RESET Created page with ''''Purpose:''' To close all disk files and write the directory information to a diskette before it is removed from a disk drive. '''Syntax:''' RESET '''Comments:''' Always exec…'
- 16:38, 31 August 2009 diff hist +2 READ
- 16:38, 31 August 2009 diff hist -4 READ
- 16:37, 31 August 2009 diff hist +16 READ
- 16:36, 31 August 2009 diff hist +5 READ
- 16:35, 31 August 2009 diff hist -472 READ
- 16:32, 31 August 2009 diff hist +457 READ
- 16:30, 31 August 2009 diff hist -1 READ
- 16:29, 31 August 2009 diff hist +22 READ
- 16:22, 31 August 2009 diff hist -46 READ
- 16:21, 31 August 2009 diff hist +36 READ
- 16:18, 31 August 2009 diff hist +1,554 N READ Created page with 'Purpose: To read values from a DATA statement and assign them to variables. Syntax: READ list of variables Comments: A READ statement must always be used with a DATA statement. …'