How can I display string in two lines like
AlphaBravo is a string i am receiving in crystal report
i want to display it as:-
Alpha
Bravo
The code is as follows in my content field
Replace (Alpha@Bravo,'@',' + Chr(13) + ')
The above didnt work for me
The code which you have given in your edit is correct but little modification, see below code