Help me with this error

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: Klaus, FourthWorld, heatherlaine, kevinmiller

Post Reply
CalumS
Posts: 9
Joined: Thu Feb 07, 2019 10:31 pm

Help me with this error

Post 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?
CalumS
Posts: 9
Joined: Thu Feb 07, 2019 10:31 pm

Re: Help me with this error

Post by CalumS »

92601c3489d972d4cbc02e498249e759.png
This is what the data looks like.
ClipArtGuy
Posts: 269
Joined: Wed Aug 19, 2015 4:29 pm

Re: Help me with this error

Post 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"
bogs
Posts: 5480
Joined: Sat Feb 25, 2017 10:45 pm

Re: Help me with this error

Post 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
Image
Post Reply