| Author |
Message |
yodaswisdom55
Joined: 14 Feb 2007 Posts: 1 Location: Georgia
|
Posted: February 14, 2007 2:18 PM Post subject: HELP!!! I cant get the 89 to program |
|
|
Ok... i have no real idea what i am doing. :oops:
Honestly i have no idea where to start.
If someone can give me a simple FAQ or guide me through that would be amazing. |
|
| Back to top |
|
 |
rrossorr
Joined: 09 Feb 2007 Posts: 3
|
Posted: February 17, 2007 10:36 PM Post subject: |
|
|
| what do you want to do? |
|
| Back to top |
|
 |
Budmaster11
Joined: 11 Feb 2007 Posts: 2 Location: Right here.. don't you see?
|
Posted: February 19, 2007 2:23 AM Post subject: |
|
|
Well first off
A variable is a letter used to hold a value for example X. You could have X=20 so wherever X shows up in the programming it replaces it with 20.
To Display something on the screen
Disp "Write your message here"
or
Disp (Variable goes here without quotes)
To pause program until enter is hit
Pause
To assign a number to a variable ( -> is that little STO button right above the on button)
(Value being assigned)->(Variable)
Those are just some very very basic things. I'm sure you could google more things, or even disect basic games you can download on the internet. Thats how I found out.[/b] _________________ I really should get a cool signiture... |
|
| Back to top |
|
 |
|