basically the software receives a a string var every 30 seconds and places it into a textbox. i then need the text box to format it into a nice clear layout.

for example the text received may read :
Return(result="success" dev_id="0" time="2011-07-25 16:43:43" id="1" name="test user" workcode="" status="1" card_src="from_check"

time="2011-07-25 16:43:45" id="1" name="test user" workcode="" status="1" card_src="from_check"

i would like the textbox to show it as:
2011-07-25,16:43:43,1,test user,
2011-07-25,16:43:45,1,test user,


Any ideas??