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