TIB: Lists on the 89


[Prev][Next][Index][Thread]

TIB: Lists on the 89



I have an 85, and one of my classmates with an 89 wanted a program I had to find out how many days any particular day is into the year.
 
Part of the program adds the number of days per month to the total, and generated an error:
 
d(c)+b -> b
 
It came up with something like "Name isn't a function or program".  "d" is the list.  On my 85, the (c) part would access the "c"th  variable in list d.  I'm guessing it took this to be a function or program, not a list.  How would I access single elements of the list?
 
B Clark