User contributions for Admin

A user with 821 edits. Account created on 30 September 2025.
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

7 October 2025

  • 03:4003:40, 7 October 2025 diff hist +13,976 N Branch tablesCreated page with "Programming Features - <strong>Command Branch Tables</strong> This table below represents the overlays and line numbers at which the main commands reside. The default command keys are listed here under the heading KEY. What happens when a user presses a key at the main prompt is that the command is searched for in the array CM%(I,1), which stores the ASCII value of each of the commands. Once found, the user's level is compared to the comman..."
  • 02:3602:36, 7 October 2025 diff hist 0 m Generic routinesProtected "Generic routines" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
  • 02:3602:36, 7 October 2025 diff hist +4,312 N Generic routinesCreated page with "Programming Features - <strong> Generic Routines</strong> The following is a table of generic routines that are present in all overlays unless otherwise specified. {| class="wikitable |- |+Callable Routines by Line Number for Overlays ! Line ! Function |- | 1 | REM line -- This is the save and replace overlay routine |- | 105 | Print "." to screen (no carriage return), drop to next line |- | 110 | Get input character and put in A$ |- |..."
  • 02:1802:18, 7 October 2025 diff hist −2 Programming notesNo edit summary
  • 02:1602:16, 7 October 2025 diff hist 0 m Programming notesProtected "Programming notes" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
  • 02:1502:15, 7 October 2025 diff hist +1,056 Programming notesNo edit summary
  • 02:0702:07, 7 October 2025 diff hist +3,391 N Programming notesCreated page with "Programming Features - <strong>Miscellaneous Programming Notes</strong> <strong>Rainbow mode:</strong> If you place an F1 character inside the quotes of text to be sent, rainbow mode will be turned on, using the system colors defined in SETUP. Turn off by placing an F3 character inside the quotes. <strong>Color Sequencing:</strong> If you place an F5 character inside the quotes, the cursor will change to the next color from the sequence..."

6 October 2025

  • 21:5721:57, 6 October 2025 diff hist 0 m Overlay filesProtected "Overlay files" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
  • 21:5621:56, 6 October 2025 diff hist +1 Overlay filesNo edit summary
  • 21:5621:56, 6 October 2025 diff hist +5,458 N Overlay filesCreated page with "Programming Features - <strong>Generic Overlay Files</strong For the programmer, Color 64 also includes generic skeleton overlays which can be used to write online games and modules: <strong>The √bbs.xxx Module </strong> The program "√bbs.xxx" has all the routines that "√bbs.ov3" has in it, except it doesn't have any "spare" command routines. You can use this for modules that would regularly have a spare command of their own, but that..."
  • 21:5121:51, 6 October 2025 diff hist 0 m Basic variablesProtected "Basic variables" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
  • 21:5121:51, 6 October 2025 diff hist +23,247 N Basic variablesCreated page with "Programming Features - <strong>Basic Variables Used in Color 64</strong> The table below defines all variables used by Color 64 BBS: {| class="wikitable |- |+List of Color 64 Defined Variables ! Var ! Definition and Function |- | A | General use numeric variable. It is used to store the current number of lines in the message editor and other routines that use the array A$(). |- | A$ |This variable has several uses: It is used to return th..."
  • 03:1703:17, 6 October 2025 diff hist 0 m Ml functionsProtected "Ml functions" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
  • 03:1703:17, 6 October 2025 diff hist +14,811 N Ml functionsCreated page with "Programming Features - <strong>ML Functions</strong> The ML functions are used where the ML commands and ML variables will not be able to perform more complex operations. Simply put, a function is like a variable that can perform a subroutine before returning a computed value. Some functions also have parameters which are used to perform the function's specific operation. Since the ML variables cannot return string values, the functions also..."
  • 02:5202:52, 6 October 2025 diff hist 0 m Ml variablesProtected "Ml variables" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
  • 02:5202:52, 6 October 2025 diff hist +17,645 N Ml variablesCreated page with "Programming Features - <strong>ML Variables</strong> The ML Variables are a way for BASIC to get certain information about the BBS environment, as well as to define the way the BBS operates. Thus, you can read the information in these variables, as well as assign values to them. All ML variables begin with an "!" exclamation point, followed by two digits. They can be used in expressions just like BASIC variables. Assigning a value to an ML..."
  • 02:3402:34, 6 October 2025 diff hist −1 Ml command setNo edit summary
  • 02:3302:33, 6 October 2025 diff hist 0 m Ml command setProtected "Ml command set" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
  • 02:3302:33, 6 October 2025 diff hist +13,460 N Ml command setCreated page with "Programming Features - <strong>ML Command Set</strong> The ML commands are a way for BASIC to access the faster and more powerful subroutines built into the Color 64 ML. Some of these commands do complex things and are very useful (such as getting a line of typed input), while others aren't used very often (enabling and disabling interrupts). All ML commands begin with " . " period character, followed by two digits. Some commands require add..."
  • 02:0702:07, 6 October 2025 diff hist 0 m Enhanced if statementProtected "Enhanced if statement" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
  • 02:0702:07, 6 October 2025 diff hist +2,828 N Enhanced if statementCreated page with "Programming Features - <strong>The Enhanced If/Then Statement</strong> The Color 64 ML adds a powerful set of decision-making commands that supplement the IF/THEN statement. {| class="wikitable |- |+Enhanced IF/THEN Statements ! CMD ! Details |- | IF/THEN/ELSE | Format: IF <expression> THEN <statements>: £ <statements> The British Pound character “£” represents “ELSE” in Color 64 Basic. Example: IF A=5 THEN PRINT "Hello”: £..."

5 October 2025

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)