| Author |
Message |
chainer
Joined: 25 Feb 2007 Posts: 17
|
Posted: February 25, 2007 5:49 PM Post subject: this is bugging me so badly...... |
|
|
so if someone could help, it will be greatly appreciated.
for my calculus class, we are designing speaker boxes. im writing a program that will ask for your values, store those values to be used later and then move on with the program.
my problem is, how do i display a series of sentences at the beginning of the program so that people know what it is and who made it.
i've tried almost everything, and all of the help is worthless.
any suggestions? |
|
| Back to top |
|
 |
mark
Joined: 24 Feb 2007 Posts: 27
|
Posted: February 25, 2007 7:05 PM Post subject: |
|
|
just use (disp "whateveryouwanttowrite")
its number 2 uner I/O
or do you mean display the text in the program, but it doesn't show up when you run it.
in that case use the c with a circle around it
it is number 9 under control(f2)
just put it before any line you don't want to do anything when you run the program
Helpful? |
|
| Back to top |
|
 |
chainer
Joined: 25 Feb 2007 Posts: 17
|
Posted: February 25, 2007 9:19 PM Post subject: |
|
|
yeah thanks man.
i was playing around with the disp function...but i didn't know about the parentheses. |
|
| Back to top |
|
 |
bluesuit

Joined: 08 Nov 2006 Posts: 42
|
Posted: June 26, 2007 3:56 PM Post subject: |
|
|
You can also chose where to display text using the | Code: | | output(row,column,expr) | function and use text in quotes for expr _________________ ~bluesuit
"I have photographic memory, I just ran out of film" |
|
| Back to top |
|
 |
|