What's the equivalence of StringBuffer (in Java) in DWT or D?
    Brian 
    digitalmars at brianguertin.com
       
    Thu Nov 20 03:28:10 PST 2008
    
    
  
string buf; // create a string
buf ~= "text"; // append some text
char c = buf[length-1]; // get the last char
    
    
More information about the Digitalmars-d-dwt
mailing list