On Jan 8, 2004, at 7:48 PM, Taco Fleur wrote:
You use "variables." elsewhere - why not here?
structInsert(variables.firstName, "columnName", "firstName");
structInsert(variables.firstName, "dataType", "varchar");
Not sure I understand?

You had:


        firstName = structNew();
(without variables.)

but then:

        structInsert(variables.firstName, "columnName", "firstName");
(with variables.)

Just looks a little inconsistent... (sorry, years of code audits made me pedantic :)

Sean A Corfield -- http://www.corfield.org/blog/

"SOAP is not so much a means of transmitting data but a mechanism for calling COM objects over the Web."
-- not Microsoft (surprisingly!)



--- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED]

MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia
http://www.mxdu.com/ + 24-25 February, 2004

Reply via email to