Just remember that structures are passed by reference.

-------------------------------------------------------------
Hugo Ahlenius                  E-Mail: [EMAIL PROTECTED]
Project Officer                Phone:            +46 8 230460
UNEP GRID-Arendal              Fax:              +46 8 230441
Stockholm Office               Mobile:         +46 733 467111
                               WWW:       http://www.grida.no
-------------------------------------------------------------

---- Original Message ----
From: "Raymond Camden" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, March 04, 2004 15:48
Subject: RE: Structures and CFCs

| I must not be understanding your quesiton right. You should have no
| problems
| doing this:
|
| <cfset s = structNew()>
| <cfset s.name = "goo">
|
| <cfset myCFC = createObject("component","somecfc")>
|
| <cfset result = myCFC.myMethod(s)>
|
|
|
|
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to