Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
It looks simple but i can't remember how to jump line into text help of chart. I have tried with chr(10) but don't works.
Thanks
Hi, I tried below expression, it works fine, New line character is inserted. Share your expression or application to check. ='A' & chr(10) & chr(10) & 'B'
Hi, I tried below expression, it works fine, New line character is inserted. Share your expression or application to check. ='A' & chr(10) & chr(10) & 'B'
Thanks, it's because i put only one chr(10).