Programming in BASIC on the Color Computer - Chapter 26 - Managing Numbers

Channel:
Subscribers:
3,510
Published on ● Video Link: https://www.youtube.com/watch?v=qARkaAAGgfA



Duration: 28:28
161 views
6


Chapter 26 on programming in BASIC on the Color Computer is called Managing Numbers, and it introduces us to array variables.

An array variable allows you to create subsets of data within a particular variable name.

If you need to store 10 numbers into variables, for example, instead of assigning 10 different variable names to each number, you can DIM and ARRAY of 10 and store 10 different numbers as SUBSETS of that array.

For example, to store 10 numbers into an array A, you would start by

DIM A(10)

to allocate 10 subset locations for variable A
You can then READ in that data, or inject the values into each subset variable any way you see fit, including FOR... NEXT loops, READ, etc.

One area where this was helpful for me in the past was dealing with managing, sorting, and storing high score tables for video games.

If you'd like to make a donation use this link:
https://youtube.streamlabs.com/ogsteviestrow
If you tip during a live stream, your name will appear on screen, thanks!

Thanks for watching, don't forget to like, comment, and subscribe!

Merchandise: http://ogsteviestrow.com/merchandise
YouTube: https://youtube.com/ogsteviestrow
Facebook: https://www.facebook.com/ogsteviestrow/
Twitter: https://twitter.com/ogsteviestrow
Instagram: https://www.instagram.com/ogsteviestrow/
Website: http://ogsteviestrow.com

Pixel art and logos created by Joel M. Adams:
https://www.instagram.com/artistjoelmadams/

OG Theme Song by the Gimp of Hallowed Ground Records:
https://www.reverbnation.com/gordy669

Original Music by Fran Mann and Side Seat Driver used with permission:
https://www.reverbnation.com/franmann

Music from the album Pac-Man Fever used with permission:
http://pacmanfevervault.com/




Other Videos By ogStevieStrow


2017-09-16CoCoTALK! Episode 26 - New CoCo games, assembly optimization, Simon's latest demo and more!
2017-09-09CoCoTALK! Episode #25 - The Hurricane Irma edition!
2017-09-06Oz KFest 2017 with Nick Marentes
2017-09-02CoCoTALK #24 - Oz K-Fest look at the Australian Apple II Fest, new OS-9 commercial, and more!
2017-08-26CoCoTALK #23 - Floppy TALK! and other hardware goodies with a few special guests!
2017-08-20CoCoTALK #22 - Part 2 - Basic09 and more!
2017-08-19CoCoTALK #22 - Part 1 -Nick Marentes Pac-Man 1.1 and more!
2017-08-12CoCoTALK #21 - Podcasts, Ron's retro video, Grant's newbie questions, David's tech corner, and more!
2017-08-10Welcome to CoCoTALK!
2017-08-05CoCoTALK #20 - Community Chat - Ron's Garage - Forrest of Doom teaser
2017-08-01Programming in BASIC on the Color Computer - Chapter 26 - Managing Numbers
2017-07-31Programming in BASIC on the Color Computer - Chapter 24 - Play it again CoCo!
2017-07-30Trying out Retropie for the first time on a Raspberry Pi 3
2017-07-30Setting up my first Rasberry Pi 3 as a Retropi
2017-07-29CoCoTALK #19 - CoCo Hardware - Retro Innovations and CoCo on a Chip
2017-07-29Dungeon Raid - 1983 - Ken Kalish shooter for the Dragon and Tandy Color Computer
2017-07-22Bedlam Text Adventure for the TRS-80 Color Computer
2017-07-22CoCoTALK #18 - An introduction to OS-9 and NitrOS-9
2017-07-22Rick Adams' Bomb Threat for the Tandy Color Computer
2017-07-21Pac Man Transcode for the Tandy Color Computer 3
2017-07-17Performing Surgery on a Tandy Color Computer 3



Tags:
Programming in BASIC on the Color Computer
Color Computer BASIC Programming
Color BASIC
Extended Color BASIC
trs-80 color computer
radio shack color computer
tandy color computer
BASIC
BASIC programming
programming in BASIC
original gamer steviestrow ogsteviestrow
game play
lets play
walk through
game review
Original Gamer Stevie Strow
programming in
managing numbers
on the color computer
chapter 26
different variable names
array variable
software