PPL PRINT Function
|
07-26-2015, 10:51 AM
Post: #1
|
|||
|
|||
PPL PRINT Function
I am on my third day with my new Prime, and I'm loving it.
To try out PPL for the first time, I entered one of my favorite programs - how many ways to make $1.00 from change. It's a simple set of four nested FOR-NEXT statements with a test in the middle for whether or not the current combination of pennies, nickels, dimes and quarters add up to 100. In the middle, I like to also print out those combinations that add up to 100. Usually, something like this: P: w N: x D: y Q: z all on one line for each combination. I have not yet found how to make the PPL PRINT function print anything more than one thing on a line, so I am getting this instead: P: w N: x D: y Q: z This is not very display friendly as everything is run together vertically. Can anyone tell me how to PRINT more than one thing on a line? Code: EXPORT Dollar() Thanks very much, in advance, for your patience and advice. smp |
|||
07-26-2015, 11:16 AM
(This post was last modified: 07-26-2015 11:35 AM by DrD.)
Post: #2
|
|||
|
|||
RE: PPL PRINT Function
One way to do it (click in terminal screen to end, or wait for timeout):
Code:
|
|||
07-26-2015, 01:18 PM
Post: #3
|
|||
|
|||
RE: PPL PRINT Function
Thank you *very* much, DrD.
I had not yet figured out why the "+" was needed to get the second item into my PRINT statements, but now it makes perfect sense. Thanks again for your patience and attention. smp |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 2 Guest(s)