Re: silly question

new topic     » goto parent     » topic index » view thread      » older message » newer message

Kat,

if 'title' is a string (i.e a sequence with numbers 0 < numbers < 256),
then you may find a CR by
find(13,title) or a LF by find(10,title).

an alternative is: match({13},title) or even match({13,10},title) to
find CR or CRLF.

Have a nice day, Rolf

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu