passing lists

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Earl Eiland

    #1

    passing lists

    I have a program in which I'm passing a list to functions. When I
    reference an element in a function to which it is passed, I get the
    error message "unsubscriptabl e object". When printing the list contents
    in that same function, I get "xxx is <Reader object at 0xyyyy>". How do
    I pass a list?

    Earl Eiland

Working...