How to create a tabular form in erlang, Message = wf:f("***RollNo ~B,\tTamil ~B,\nEnglish ~B,\nMaths ~B, \nScience ~B*****", tuple_to_list(hd(Results))), wf:flash(Message), I am printing those values in a row,just i wanna show them in a tabular form how to do it?