AW: How to get the line break char?

Brian Milby brian at milby7.com
Wed Apr 18 09:52:10 EDT 2018


One other consideration is how you are opening the file. Using “file” will
end up converting to just LF. You will need to use “binfile” to examine the
line endings native in the file.
On Wed, Apr 18, 2018 at 8:11 AM dunbarx via use-livecode <
use-livecode at lists.runrev.com> wrote:

> Tiemo.
>
> I guess I do not understand.
>
> put charToNum(the number of chars of line (lineOfInterest + 1) of yourText)
> into tChar
>
> Then tChar can be compared to the "tChar" of any other line.
>
> Craig
>
>
>
> --
> Sent from:
> http://runtime-revolution.278305.n4.nabble.com/Revolution-User-f278306.html
>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>



More information about the use-livecode mailing list