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:
Ux0bm4B.png
How can i fix this?

Re: Help me with this error

Posted: Thu Feb 07, 2019 10:42 pm
by CalumS
92601c3489d972d4cbc02e498249e759.png
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 :D

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