more trouble...
larry at significantplanet.org
larry at significantplanet.org
Wed Apr 2 01:32:06 EDT 2014
I have the following code in my app:
repeat for each line thisLine in myTrainingLines
if the length of thisLine > 5 then
put thisLine & return after field myTrainingOps
end if
end repeat
-- filter field myTrainingOps without empty -- WHY IN THE HECK DOESN'T THIS LINE WORK????
delete line 11 of field myTrainingOps -- SO I HAVE TO USE THIS LINE; BUT I KNOW THERE ARE ONLY SUPPOSED TO BE 10 LINES. WHAT IF I HAVE A VARYING NUMBER OF LINES???
Again, thanks in advance for the help!
More information about the use-livecode
mailing list