Programming in BASIC on the Color Computer - Chapter 27 - Managing Words

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



Duration: 44:22
108 views
6


After a roughly 6 month hiatus, we're back with a brand new episode of programming in BASIC on the color computer, and we pick up on Chapter 27, Managing Words.

This chapter mostly deals with reading string data into string array variables, and then manipulating those same variables afterwards, it does a decent job of driving home the concept. We READ in string variable via the DATA statement, as well as manually using the INPUT command to capture a string from the user. Each string is stored in a sub set of an array so A$(1) is the first string variable, A$(2) the second, etc.

We also touched on possibly directing text output to a printer, and even listing our entire program to a printer, if we had one.

Learned in chapter 27:

BASIC WORDS: LLIST PRINT #-2
BASIC concept: string arrays

Make sure you check out the new coco channel, http://youtube.imacoconut.com

This video is a production of The Original Gamer Stevie Strow, aka ogStevieStrow. Thanks for watching, don't forget to like, comment, and subscribe!

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!

Merchandise: http://8bit256.com
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/







Tags:
basic programming on the color computer
programming the color computer in basic
color basic
extended color basic
trs-80 basic
color computer basic
color computer
programming in basic
getting started with color basic
string variables
text string variables
string array variables