E
eBob.com
I know it wouldn't be hard to write, but I have been unable to find a method
which will take elements of a character array and concatenate them into a
string. I've looked at both String members and Char members and haven't
found any such method. But it seems so obvious. So I figure I just haven't
hit upon the right Google search arguments.
I just want a function which will concatenate some consecutive elements of a
Char array. I know it must exist, I just haven't been able to find it.
Thanks, Bob
which will take elements of a character array and concatenate them into a
string. I've looked at both String members and Char members and haven't
found any such method. But it seems so obvious. So I figure I just haven't
hit upon the right Google search arguments.
I just want a function which will concatenate some consecutive elements of a
Char array. I know it must exist, I just haven't been able to find it.
Thanks, Bob