View Single Post
  #2 (permalink)  
Old 08-07-2007, 06:05 AM
coco coco is offline
Member
 
Join Date: Jul 2007
Posts: 39
coco is on a distinguished road
You need to create an instance of the StringBuffer, as you are here:
Code:
StringBuffer buf = new StringBuffer();
Greetings.
Reply With Quote