Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Idl-pvware > Re: storing in ...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 5 of 9 Topic 5728 of 6020
Post > Topic >>

Re: storing in array

by Spon <christoph.blau@[EMAIL PROTECTED] > May 12, 2008 at 04:18 AM

On May 12, 11:03 am, Spon <christoph.b...@[EMAIL PROTECTED]
> wrote:

> Output = { feature_type:"",       $
>            feature_type_qa:"",    $
>            ice_water_phase:"",    $
>            ice_water_phase_qa:"", $
>            feature_subtype:"",    $
>            ; etc.            ,    $
>                                     }

> case feature_type of
> 0 : Output.FeatureType = 'invalid (bad or missing data)'
> 1 : Output.FeatureType = 'clear air'
> 2 : begin
>       Output.FeatureType = 'cloud'
>       case feature_subtype of
>       0 : Output.FeatureSubType = 'low overcast, transparent'
>       1 : Output.FeatureSubType = 'low overcast, opaque'

Obviously, your variable names have to match up (including structure
field names), which they don't in my example, sorry.

> 0 : Output.FeatureType = 'invalid (bad or missing data)'
>       1 : Output.FeatureSubType = 'low overcast, opaque'

and so on
should be

> 0 : Output.Feature_Type = 'invalid (bad or missing data)'
>       1 : Output.Feature_SubType = 'low overcast, opaque'

to make my example work.
 




 9 Posts in Topic:
storing in array
kishore1818@[EMAIL PROTEC  2008-05-10 16:48:08 
Re: storing in array
Spon <christoph.blau@[  2008-05-11 01:11:04 
Re: storing in array
kishore1818@[EMAIL PROTEC  2008-05-11 14:26:37 
Re: storing in array
Spon <christoph.blau@[  2008-05-12 03:03:03 
Re: storing in array
Spon <christoph.blau@[  2008-05-12 04:18:51 
Re: storing in array
Spon <christoph.blau@[  2008-05-12 07:09:15 
Re: storing in array
kishore1818@[EMAIL PROTEC  2008-05-12 08:35:26 
Re: storing in array
Spon <christoph.blau@[  2008-05-12 09:06:03 
Re: storing in array
kishore1818@[EMAIL PROTEC  2008-05-12 10:29:44 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Fri Jul 25 17:11:11 CDT 2008.