Hi
I am using following udf for splitting the text in to each 70 charcters to target each tdline which is working
But i need add the below logic in to it. can someone help
split the source text in to each 70 characters on each target tdline
But if the text contains *
copy string upto * in first tdline
second tdline with the remaing text after * continuous in loop for the
remaining text
else
copy with 70 charcters splitting for each tdline
Thanks for your help