Re: HELP! Ti-92 Programming Challenge.
[Prev][Next][Index][Thread]
Use indirection... put a # before the name of the variable containing the
string.
Example
ClsName="Science"
Science={4,3.5,1.4,3.8,3.9}
^^^ (didn't study =)
#ClsName returns {4,3.5,1.4,3.8,3.9}
At 19:05 10/30/96 -0600, Brian Ruth wrote:
>Ok, I am writing a grade tracking program for the 92. It uses the dialog
>boxes for its menuing system. It updates the menus like Professional
>Menuing System.
>I want to keep all of the grades for each class saved seperately so you can
>keep an average for each grade. My problem is this:
>
>When I add a new class, I want to also creat a new list to store the grades
>in based on the string given to me by the user i.e. "Science". how can I
>turn that into a string to store grades? If you would like, I can send you
>the code so far.
>
>brian
>
>
+--------------------------------------------------------+
| Peter Kolbus +1.810.474.0872 |
| ae607@detroit.freenet.org #include <disclaimer.h> |
+--------------------------------------------------------+
| Due to financial difficulties, the light at the end of |
| the tunnel has been permanently disconnected. |
| |
| The packet goes out the card, into the copper, out |
| the router, onto the fiber, across the world, thru |
| the copper............ NOTHING BUT NET. |
| |
| ***Written using 100% recycled electrons*** |
| *** (80% post-consumer) *** |
+--------------------------------------------------------+
References: