Hi,
Is there a way to display a long line of text in more than one line? Like using (\n)
String A = “University of Greenwich (Greenwich Campus),Old Royal Naval College, Park Row, London SE10 9LS, 0844 576 6085”;
Instead of displaying like this:
University of Greenwich (Greenwich Campus),Old Royal Naval College, Park Row, London SE10 9LS, 0844 576 6085
Display like this:
University of Greenwich (Greenwich Campus),
Royal Naval College, Park Row, London SE10 9LS,
0844 576 6085
1