Propeller Tool Data Formatting
mynet43
Posts: 644
I'm trying to create an array of data in the DAT block.
The array will have over 100 values in it.
for example:
angdata long 12,10,43,9,19, ... out to 100+ entries
Is there a way to specify the data without putting all of it on a single line?
If I put a return after a comma to put some of it on the next line, I get an error. It doesn't get treated as white space.
If I put it all on one line, it works but it's messy.
Any help?
Jim
The array will have over 100 values in it.
for example:
angdata long 12,10,43,9,19, ... out to 100+ entries
Is there a way to specify the data without putting all of it on a single line?
If I put a return after a comma to put some of it on the next line, I get an error. It doesn't get treated as white space.
If I put it all on one line, it works but it's messy.
Any help?
Jim
Comments
I was afraid I'd have to put a new name in front of the new LONG.
It worked!
Here's the data I put in, over 1000 entries: