she didn't want. My earlier email had the 'right' answer in it.
barneyb
-----Original Message-----
From: Bryan F. Hogan [mailto:[EMAIL PROTECTED]
Sent: Friday, October 24, 2003 12:45 PM
To: CF-Talk
Subject: RE: I need some enlightenment...
Barney your example creates a structure with an element named 1 under
teststruct. with an empty structure as does Mike's example.
She wants
structname1=struct
structname2=struct
which is Variables['testStruct'&i]=structNew()
-----Original Message-----
From: Barney Boisvert [mailto:[EMAIL PROTECTED]
Sent: Friday, October 24, 2003 1:35 PM
To: CF-Talk
Subject: RE: I need some enlightenment...
Or structInsert(variables.testStruct, i, structNew()). Same function,
but
documented CF syntax.
-----Original Message-----
From: Matt Liotta [mailto:[EMAIL PROTECTED]
Sent: Friday, October 24, 2003 11:19 AM
To: CF-Talk
Subject: Re: I need some enlightenment...
> "variables.testStruct#i#"= structNew();
> or
> variables.["testStruct#i#"]= structNew();
> or
> variables.testStruct[i]= structNew();
or
variables.testStruct.put(i, StructNew();
Matt Liotta
President & CEO
Montara Software, Inc.
http://www.MontaraSoftware.com
(888) 408-0900 x901
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

