Jacque -

Did it ever work as expected, or has it always behaved this way on all devices? (If it ever did work right, I guess that points to a change that happened outside your code.)

Phil Davis


On 3/2/22 4:35 PM, J. Landman Gay via use-livecode wrote:
On 3/2/22 5:12 PM, Devin Asay via use-livecode wrote:
Have you tried

put the keys of sDictFile into tCorrWdList
repeat for each line I in pList
    if I is among the lines of tCorrWdList then
       put I & cr after tCheckedList
    else
       put I & cr after tNonWords
    end if
end repeat

Yeah. No change. But I do appreciate the reply. I've been trying to figure this out for 2 days.


--
Phil Davis
503-307-4363


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to