Search found 2 matches

by GuidoSarducci
Thu Aug 08, 2019 12:07 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: " & quote...
Replies: 5
Views: 3808

Re: " & quote...

Good one - solved the problem!
by GuidoSarducci
Wed Aug 07, 2019 11:46 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: " & quote...
Replies: 5
Views: 3808

" & quote...

So, I'm working with what should be a simple piece of code - it strips data from a temporary holding space and cleans it for insertion into a database. Or not: -- Prep for Date repeat until line 1 of tData contains <td class="date"> delete line 1 of tData end repeat I haven't figured out how to "pro...