the thing i need to get done today is convert this text box grid i've got so that it's an array instead of seperately named boxes.<BR><BR>e.g. instead of <pre class ...
I'm working on a small project here, and need to change all spaces in a char array to underscores. Meaning that "One Two Three" is changed to "One_Two_Three".<BR><BR ...