User contributions
Jump to navigation
Jump to search
- 09:15, 28 August 2009 diff hist +1 OPEN
- 09:12, 28 August 2009 diff hist +75 CLOSE
- 09:08, 28 August 2009 diff hist +25 OPEN
- 09:06, 28 August 2009 diff hist +237 N CLOSE Created page with ''''CLOSE''' closes an OPEN file. ''Useage:'' CLOSE can close individual files by using the OPEN filenumber. CLOSE #2 CLOSE can close a few files by using a few filenumbers…'
- 08:59, 28 August 2009 diff hist +128 N LET Created page with ''''LET''' is a useless statement period! LET a = 12 is the same as a = 12 Teachers should be SHOT for even teaching about it!'
- 08:30, 28 August 2009 diff hist +2 MOD
- 08:27, 28 August 2009 diff hist +3 MOD
- 08:21, 28 August 2009 diff hist +4 FREEFILE
- 08:20, 28 August 2009 diff hist -4 FREEFILE
- 08:18, 28 August 2009 diff hist +187 N FREEFILE Created page with 'The '''FREEFILE'''function returns an unused file access number. ''Example:'' file1% = FREEFILE ''Details:'' OPEN each file number after each FREEFILE return to limit values …'
- 08:09, 28 August 2009 diff hist +11 OPEN
- 08:04, 28 August 2009 diff hist +5 OPEN
- 07:59, 28 August 2009 diff hist +2 RANDOM
- 07:58, 28 August 2009 diff hist +10 RANDOM
- 07:56, 28 August 2009 diff hist +1 OPEN
- 07:55, 28 August 2009 diff hist +114 OPEN
- 07:49, 28 August 2009 diff hist +19 OPEN
- 07:47, 28 August 2009 diff hist +214 OPEN
- 06:10, 28 August 2009 diff hist +5 CLNG
- 06:09, 28 August 2009 diff hist +5 CINT
- 06:04, 28 August 2009 diff hist +313 N INT Created page with 'The '''INT''' function rounds decimal point numbers down to the nearest integer value. ''Useage:'' a% = INT(DecimalPointNumber!) ''Example:'' a% = INT(1.51) ''Results:'' …'
- 05:57, 28 August 2009 diff hist +9 CINT
- 05:56, 28 August 2009 diff hist -99 CLNG
- 05:48, 28 August 2009 diff hist +432 N CLNG Created page with 'CLNG function rounds decimal point numbers up or down to the nearest integer value. Values greater than .5 are rounded up; .5 or lower are rounded down just like "bankers roundin…'
- 05:46, 28 August 2009 diff hist +18 CINT
- 05:44, 28 August 2009 diff hist +29 CINT
- 05:43, 28 August 2009 diff hist +64 CINT
- 05:39, 28 August 2009 diff hist +288 N CINT Created page with ''''CINT''' function rounds decimal point numbers up or down to the nearest integer value. Values greater than .5 are rounded up; .5 or lower are rounded down. ''Useage:'' a% = …'
- 05:27, 28 August 2009 diff hist +1 MOD
- 05:26, 28 August 2009 diff hist +55 MOD
- 05:24, 28 August 2009 diff hist +12 MOD
- 05:15, 28 August 2009 diff hist +65 MOD
- 05:13, 28 August 2009 diff hist +24 MOD
- 05:10, 28 August 2009 diff hist 0 MOD
- 05:10, 28 August 2009 diff hist +285 N MOD Created page with ''''MOD''' is Integer remainder division. Also called Modulus. ''Syntax:'' Numerator MOD Divisor MOD returns 0 if a number is evenly divisible by Integer division (\). MOD retur…'
- 04:55, 28 August 2009 diff hist +39 OPTION BASE
- 04:51, 28 August 2009 diff hist +304 N OPTION BASE Created page with ''''OPTION BASE 1''' is used to set the lowest array element to 1. Otherwise, arrays will be dimensioned from element 0 if you DIM just the upper bounds. It should be set before …'
- 04:43, 28 August 2009 diff hist +16 OPEN
- 04:40, 28 August 2009 diff hist +5 OPEN
- 04:24, 28 August 2009 diff hist +3 TIMER
- 04:23, 28 August 2009 diff hist +19 TIMER
- 04:21, 28 August 2009 diff hist +6 TIMER
- 04:20, 28 August 2009 diff hist +273 TIMER
- 04:11, 28 August 2009 diff hist +250 N TIMER Created page with ''''TIMER''' returns the number of seconds past the previous midnite. It can return single values down to about .05 seconds accurately. Values range from 0 at midnite to 86399. …'
- 03:59, 28 August 2009 diff hist -1 RTRIM$
- 03:58, 28 August 2009 diff hist +2 RTRIM$
- 03:58, 28 August 2009 diff hist +135 N RTRIM$ Created page with ''''RTRIM$''' removes spaces from the end(right) of a string value. ''Example:'' name$ = RTRIM$("Tommy ") ''Returns:'' name$ = "Tommy"'
- 03:50, 28 August 2009 diff hist +107 N RND Created page with ''''RND''' returns a random number with a value from 0 to .9999999 ''Example:'' card% = INT((RND * 13) + 1)'
- 03:43, 28 August 2009 diff hist 0 RANDOMIZE
- 03:41, 28 August 2009 diff hist -24 RANDOMIZE
- 03:40, 28 August 2009 diff hist +300 N RANDOMIZE Created page with ''''RANDOMIZE''' is used with a seed number to generate random(RND) numbers. ''Syntax:'' RANDOMIZE seednumber ''Example:'' RANDOMIZE TIMER Using a TIMER value insures t…'
- 03:32, 28 August 2009 diff hist +48 RANDOM
- 03:29, 28 August 2009 diff hist +324 N RANDOM Created page with ''''RANDOM''' is used in an OPEN statement to read(GET) or write(PUT) the file. It creates the file if none exists. ''Example:'' OPEN FileName$ FOR RANDOM AS #1 Rand…'
- 03:18, 28 August 2009 diff hist +10 SWAP
- 03:17, 28 August 2009 diff hist +34 SWAP
- 02:29, 28 August 2009 diff hist +160 N LTRIM$ Created page with 'LTRIM$ function is used to remove leading(left) spaces from a string. ''Example:'' num$ = LTRIM$(STR$(number)) 'removes leading space from the string return.'
- 02:24, 28 August 2009 diff hist +15 VAL
- 02:22, 28 August 2009 diff hist +5 VAL
- 02:21, 28 August 2009 diff hist +148 VAL
- 02:11, 28 August 2009 diff hist +246 N SWAP Created page with ''''SWAP''' is used to trade two variables or two array index(element) values. Swap can be used with string or number variable values. It is often used to sort array elements into…'
- 01:58, 28 August 2009 diff hist +239 OPEN
- 01:46, 28 August 2009 diff hist +212 N OPEN Created page with 'OPEN is used to open a file, serial or LPT port. Open can use 5 different modes: OUTPUT: Creates a new file or erases an existing file APPEND: Creates a new file o…'
- 01:38, 28 August 2009 diff hist +46 OUTPUT
- 01:36, 28 August 2009 diff hist +125 N OUTPUT Created page with 'OUTPUT is used in an OPEN statement for Files or Ports. '' Warning: '' OUTPUT mode erases all previous data in a file!'
- 00:51, 28 August 2009 diff hist +4 APPEND
- 00:50, 28 August 2009 diff hist +13 APPEND
- 00:48, 28 August 2009 diff hist +2 APPEND
- 00:47, 28 August 2009 diff hist +73 APPEND
- 00:42, 28 August 2009 diff hist +82 ATN