This is the code, I'm trying to make a program that takes in data from a csv file and then splits the data into two different arrays, I am using a record structure.
This is the error I get when I try run:
How can i fix this?
Help me with this error
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Re: Help me with this error
This is what the data looks like.
-
- Posts: 253
- Joined: Wed Aug 19, 2015 4:29 pm
Re: Help me with this error
Just a guess, but have you tried putting quotes around "output" in the offending line? You may also need to add something like:
Code: Select all
... after field "output" of card "YourCardWithFieldOutput" of stack "YourStack"
Re: Help me with this error
Those of us with poor eyesight would beg you to put the offending code into a code block so that we can actually see it
While your thinking about that, probably wouldn't hurt to stick 4-10 lines of the data into another code block

While your thinking about that, probably wouldn't hurt to stick 4-10 lines of the data into another code block

