Re: Dereference Scalar Whatever

2004-11-11 Thread Dave Carabetta
On Thu, 11 Nov 2004 12:58:39 -0800, Ian Skinner <[EMAIL PROTECTED]> wrote: > Interesting, I wrote the following simple tests and they all work just fine > in MX 6.1. And here I've always gone out of my way to declare new > structures, such as the first example. > > > > "http://www.w3

RE: Dereference Scalar Whatever

2004-11-11 Thread Ian Skinner
Interesting, I wrote the following simple tests and they all work just fine in MX 6.1. And here I've always gone out of my way to declare new structures, such as the first example. http://www.w3.org/TR/html4/loose.dtd";> Struct Test -- Ian Skinner Web Prog

RE: Dereference Scalar Whatever

2004-11-11 Thread Eric Hoffman
I will give that a shot From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Thu 11/11/2004 12:49 PM To: CF-Talk Subject: RE: Dereference Scalar Whatever > What is the issue with this, and if this is bad, any > suggestions? Created a structure

RE: Dereference Scalar Whatever

2004-11-11 Thread Dave Watts
> When you created the session.bigquery, did you initialize it > using structNew()? Otherwise it is indeed just a string. Actually, under CFMX 6.1 this is no longer the case, if I recall correctly. If you create a variable with a dot in the name, it will actually automatically create a structure:

RE: Dereference Scalar Whatever

2004-11-11 Thread Dave Watts
> What is the issue with this, and if this is bad, any > suggestions? Created a structure called session.bigquery so > it would be in session for use throughout a few pages > > after a form submit, doing this: > > > >StructInsert(session.bigquery, "state", form.state); > >

Re: Dereference Scalar Whatever

2004-11-11 Thread Dave Carabetta
On Thu, 11 Nov 2004 12:32:12 -0600, Eric Hoffman <[EMAIL PROTECTED]> wrote: > What is the issue with this, and if this is bad, any suggestions? Created a > structure called session.bigquery so it would be in session for use > throughout a few pages > > after a form submit, doing this: > >

Dereference Scalar Whatever

2004-11-11 Thread Eric Hoffman
What is the issue with this, and if this is bad, any suggestions? Created a structure called session.bigquery so it would be in session for use throughout a few pages after a form submit, doing this: StructInsert(session.bigquery, "state", form.state); which yields t