Hi,
I have a CString that i am outputing to a screen but the problem,
i have is that i have to create the starting position of the text
then i get some other Text that needs to go onto the same line but abit further along.

I can find the length() of the first part of the string
but given that i have the X and Y position for the first part of the string and the lengtn of that first part
can i simply just add the length to the X starting position to move it along ?

if not do i need to do some converting ?

Thank again

P