I would like to be able to update an array on the fly so to speak. Is it 
possible to do a arrayAppend,arrayDeleteAt etc..etc.. from a form?

I have the following array that is not populated dynamically and updates 
will be made quite often. The array could have up to 60 elements. Any 
insight would be helpful.

<CFSCRIPT>
classes = ArrayNew(2);
classes[1][1] = 'title1';
classes[1][2] = 'location1';
classes[1][3] = 'date1';
classes[2][1] = 'title2';
classes[2][2] = 'location2';
classes[2][3] = 'date2';
classes[3][1] = 'title3';
classes[3][2] = 'location3';
classes[3][3] = 'date3';
</CFSCRIPT>





"Success is a journey, not a destination!!"



Doug Brown

______________________________________________________________________
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation � $99/Month � Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to