alexdaman
09-23-2002, 10:13 AM
Hi all!
I have a newbie question...
I have a string[6] containing different numbers, say: "12345"
I want to put a "fake" (decimal) point between "4"and "5"
so that it looks like this: "1234.5".
I DONT want to do any mathematical manipulation. Just simple string manipulation. What functions do you recommend?
Thanks for any help you can provide
Alex Skafidas
I have a newbie question...
I have a string[6] containing different numbers, say: "12345"
I want to put a "fake" (decimal) point between "4"and "5"
so that it looks like this: "1234.5".
I DONT want to do any mathematical manipulation. Just simple string manipulation. What functions do you recommend?
Thanks for any help you can provide
Alex Skafidas