Hi Sameer,
Does the field have new line feeds in the form of '<(>' or chr(10)?
What does the following formula return:
IF Instr({text_desc}, chr(10)) > 0 then 'CHR1'
else if Instr({text_desc}, chr(13)) > 0 then 'CHR2'
-Abhilash
Hi Sameer,
Does the field have new line feeds in the form of '<(>' or chr(10)?
What does the following formula return:
IF Instr({text_desc}, chr(10)) > 0 then 'CHR1'
else if Instr({text_desc}, chr(13)) > 0 then 'CHR2'
-Abhilash