| GHW_Chronic |
04-24-2006 19:52 |
retrieving 1 character from a string
Look:
Code:
new filename[200], len
if(read[i3]!='[')
{
len += format(filename[len],199-len,"%s",read[i3])
}
Obviously that isn't how I would place the character "read[i3]" at the end of "filename", it would of course place the entire string starting with "read[i3]" onto the end of "filename". So question is, how do I place only the 1 character "read[i3]" onto the end of "filename"?
Anyone that does not believe I gave sufficient enough code to answer this question, clearly you do not understand the question. To those people, please do not post.
|