Hey!

Ok heres the scoop, I want to manipulate an input string, but first requiring a copy from the input text into another character array.

My question is: Can you set the cast/char size of a character array at runtime: a.k.a.:

Code:
char string[len(inputstr)]
or something like that where I can alter the cast size depending on the length of the input string.

Thanks!