I'm attempting to grab information out of a database in a single run and have the client display the information accordingly.
For example: Cash, Level and Strength
Cash: 1000
Level: 10
Strength: 20
If I pulled those out at one time it would show up as 10001020.
I can play around with it and do something such as 1000.10.20 - 1000&10&20 and so on but here's the question..
How can I make the client somehow recognize that there's sections so that I can place 1000 , 10 , 20 in the right places?
Edit: I attempted a couple searches for things but couldn't find anything. I remember playing around with "Delimiters" on another program but I had a plugin to do just that.