Thread
:
Error: Non-static method append(char) cannot be referenced from a static context
View Single Post
#
2
(
permalink
)
08-07-2007, 06:05 AM
coco
Member
Join Date: Jul 2007
Posts: 39
You need to create an instance of the
StringBuffer
, as you are here:
Code:
StringBuffer buf = new StringBuffer();
Greetings.
coco
View Public Profile
Send a private message to coco
Find all posts by coco