comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: storing in array
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: storing in array [message #60232 is a reply to message #60230] Mon, 12 May 2008 04:18 Go to previous messageGo to previous message
Spon is currently offline  Spon
Messages: 178
Registered: September 2007
Senior Member
On May 12, 11:03 am, Spon <christoph.b...@gmail.com> 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.
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: How to HIDE a WIDGET_BUTTON and dont hide the widget hierarchy ?
Next Topic: Re: not yet another workbench workspace question!?!

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Fri Oct 10 06:47:23 PDT 2025

Total time taken to generate the page: 1.11668 seconds