I've got it working now.

Thanks Igor.

-Todd

-----Original Message-----
From: Igor Skapinker [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 10, 2002 3:51 PM
To: JDJList
Subject: [jdjlist] RE: StringBuffer array


Hi Todd,

You created array. Now you have to fill this array with StringBuffer
objects.

for (int i = 0; i < 10; i++)
   varSQLStatement[i] = new StringBuffer();

After that you can call append() method.

Igor.

To change your membership options, refer to:
http://www.sys-con.com/java/list.cfm

Reply via email to