You use "variables." elsewhere - why not here?Not sure I understand?structInsert(variables.firstName, "columnName", "firstName"); structInsert(variables.firstName, "dataType", "varchar");
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
