for (int i = 0; i < fixedLenght; i++) charArray[i] = '?';. What character do I set each char in the array to, to make it "empty"? Thanks,
確定! 回上一頁