You insert into a 2D array by having the value you insert as a 1D array.

<cfscript>
insertArray = newArray(1);
insertArray[1] = "something";
insertArray[2] = "something";
arrayInsertAt(originalArray, insertArray);
</cfscript>

Enjoy,
Jordan Clark


----- Original Message -----
From: "Cold Fusion" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, July 31, 2000 11:42 AM
Subject: Inserting into 2D Array??


> Is there a way to use the ArrayInsertAt() function on
> a 2D Array. If so, what's the syntax.  I've tried
> every combination I could think of and nothing as
> worked for the "postion" parameter.
>
> __________________________________________________
> Do You Yahoo!?
> Kick off your party with Yahoo! Invites.
> http://invites.yahoo.com/
> --------------------------------------------------------------------------
----
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

------------------------------------------------------------------------------
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to