Search found 4 matches

by moogen
Thu Apr 01, 2021 3:15 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Invisible return lines in CSV files?
Replies: 11
Views: 6535

Re: Invisible return lines in CSV files?

FourthWorld wrote:
Thu Apr 01, 2021 2:55 am
Did you read the link Klaus provided?

Where on that page are you asked for money?
Not on that page. Different LiveCode Excel Library extensions.
by moogen
Thu Apr 01, 2021 2:31 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Invisible return lines in CSV files?
Replies: 11
Views: 6535

Re: Invisible return lines in CSV files?

Thanks all for jumping in to help. @dunbarx I had tried various ways for testing the returns and getting nil. With AxWald's observation and input I was able to progress. For future land, is there a way to enforce syntax in similar ways to visual studio within live code? As you probably guessed I'm s...
by moogen
Wed Mar 31, 2021 1:49 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Invisible return lines in CSV files?
Replies: 11
Views: 6535

Re: Invisible return lines in CSV files?

Hello dunbarx, Thank you for jumping in to help me out. I'm not sure where the "continue" line is being held. You are correct, I am not loading the datagrid within the code, I assumed that with the ending line put tOutput into fld 1 I'll poke around more tutorials on datagrid (If you have some direc...
by moogen
Wed Mar 31, 2021 12:37 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Invisible return lines in CSV files?
Replies: 11
Views: 6535

Invisible return lines in CSV files?

Hey all, I'm trying to import a CSV File into a data grid. My issue is there seems to be hidden crs or returns in the data that livecode cannot replace. Attached the stack and CSV What seems to happen is that the new line gets added into the data grid and creates a new line, but I'd rather have the ...