Page 1 of 1
Help me with this error
Posted: Thu Feb 07, 2019 10:36 pm
by CalumS
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?
Re: Help me with this error
Posted: Thu Feb 07, 2019 10:42 pm
by CalumS
This is what the data looks like.
Re: Help me with this error
Posted: Thu Feb 07, 2019 10:48 pm
by ClipArtGuy
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
Posted: Thu Feb 07, 2019 10:53 pm
by bogs
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
