make tabular form

Saravana navaneethanit@REDACTED
Thu Apr 8 20:32:52 CEST 2010


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?


More information about the erlang-questions mailing list