|
-
Feb 21st, 2012, 09:44 AM
#1
Thread Starter
Junior Member
text formatting
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??
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|