turns out when i try to parse the lines 1 by 1 (after just loading the
file) in 9.05 there is no crash and the process finishes...albeit slowly.
will report bug for 9.04.

thanks for all the suggestions, learned alot by asking you guys and
investigating workaround.






On Sat, Aug 10, 2019 at 3:06 PM hh via use-livecode <
[email protected]> wrote:

> 1. Read for N lines reads sequentially, doesn't need an offset.
> 2. You could instead try to do that in one strike:
>
>    put url ("file:"&<filepath>) into str
>    filter str with "<td class='code'>*"
>
> typical line for further extracting:
> <td class='code'><a href='#1f600' name='1f600'>U+1F600</a></td>
>
> _______________________________________________
> use-livecode mailing list
> [email protected]
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
_______________________________________________
use-livecode mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to