I can step in here.

I have used 3 dimensional arrays to store weather data for specific sites.
I have several sensors across several locations on a site that I need to
track over time.

My array looks like:

reading[SiteID][SessorFarmID][Time]

This is used in a non-web language, but a similar situation could envisioned
for Cold Fusion or JavaScript.

Russel

============================================================
  Russel Madere, Jr.         Senior Web Developer
  ICQ: 5446158               http://www.TurboSquid.com

Some days you eat the bear; some days the bear eats you.
============================================================


> -----Original Message-----
> From: Phoeun Pha [mailto:[EMAIL PROTECTED]]
> Sent: Monday, February 05, 2001 14:55
> To: CF-Talk
> Subject: why use 3rd dimensional array??? You dont understand!
>
>
> BAH!  This is what i mean.
>
> What are the PRACTICAL real life uses for 3rd dimensional arrays?
>
> ANALOGY if u still dont understand.
>
> In trig, we learned how to figure out volume using the shell, disc, and i
> forget the other one.  Ok, big deal.
>
> however, the practical use of this is to measure the volume of a hill and
> figure out how much of it you're gonna chop off so u can biuld a
> house on it
> blah blah blah.
>
> I understand how 3 dimensional arrays work programmatically. but i wanna
> know the practical uses of it
>
>
>
> -----Original Message-----
> From: Kevin Schmidt [mailto:[EMAIL PROTECTED]]
> Sent: Monday, February 05, 2001 2:57 PM
> To: CF-Talk
> Subject: Re: why use 3rd dimensional array???
>
>
> Since when was math stuff not a real situation????
> ----- Original Message -----
> From: "Phoeun Pha" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Monday, February 05, 2001 1:36 PM
> Subject: RE: why use 3rd dimensional array???
>
>
> > well yeah i can see how it can be used for math stuff.  but i
> mean like a
> > real situation
> >
> >
> > -----Original Message-----
> > From: Eric Dawson [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, February 05, 2001 1:17 PM
> > To: CF-Talk
> > Subject: Re: why use 3rd dimensional array???
> >
> >
> > to hold 3 dimensional data. sorry.
> >
> > Simple example. some kind of cubic sample. like say air temperature in a
> > room for each specific cubic foot. The index is h,w,l and the value
> > corresponds to the appropriate cube in the room.
> >
> > I can get a better, more practival example if you like.
> >
> > E
> >
> > From: Phoeun Pha <[EMAIL PROTECTED]>
> > Reply-To: [EMAIL PROTECTED]
> > To: CF-Talk <[EMAIL PROTECTED]>
> > Subject: why use 3rd dimensional array???
> > Date: Mon, 05 Feb 2001 12:35:38 -0600
> >
> > how would one use a third dimensional array?  it's hard for me to
> > conceptualize a practical use for it!
> >
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to