This can be done with something like (pseudocode):
Code:in = input char[] out = new char[] with the same size as in for each character in 'in' { if character!='&' { append character to out; } }
|
Results 1 to 2 of 2
Thread: Another arrary questionThreaded View
|
Click Here to Expand Forum to Full Width |