string buf; // create a string buf ~= "text"; // append some text char c = buf[length-1]; // get the last char
- What's the equivalence of StringBuffer (in Java) in DWT or D? Sam Hu
- Re: What's the equivalence of StringBuffer (in Java) in ... Brian
- Re: What's the equivalence of StringBuffer (in Java) in ... Frank Benoit
