[MWForum]Help! please...
Jeff Knope
mwforum@lists.mathcats.com
Thu, 26 Aug 2004 22:37:36 -0700
Hi Daniel,
My actual situation is closer to this:
createprojectvar "my.boo
setmy.boo 100
show run "my.boo
100
show run first [my.boo your.boo his.boo]
100
createprojectvar "these
setthese [my your his]
show run word first these ".boo
100
But you're right, using the combo of run and leading quotes (or word) does
it!
Thank you very much.
-Jeff
----- Original Message -----
From: "Daniel Ajoy" <dajoy@openworldlearning.org>
To: <mwforum@lists.mathcats.com>
Sent: Thursday, August 26, 2004 7:55 PM
Subject: Re: [MWForum]Help! please...
> createprojectvar "my
> setmy 100
> show run "my
> 100
> show run first [my your his]
> 100
>
>
> Daniel
> OpenWorld Learning (OWL)
> http://mia.openworldlearning.org
>
>
> On 26 Aug 2004 at 16:10, Jeff Knope wrote:
>
> > I'm new to working with projectvars. I can't find the syntax to do what
I need. I have a number of
> > projectvars that contain lists of vertices:
> >
> > show flr1.2.prmtr
> > [-412 56] [-172 56] [-172 296] [-412 296] [-412 56]
> >
> > I have a projectvar that is a list of these lists:
> >
> > show figlist
> > first.flr.prmtr second.flr.prmtr flr1.1.prmtr flr1.2.prmtr (I've
added an extra space between
> > the elements in this email only to make it easier to see the separate
elements.)
> >
> > Now, I want to access the value of the vertices lists by referencing
figlist. I would expect one of
> > the following to work. But as you can see, neither does:
> >
> > show last figlist
> > flr1.2.prmtr
> >
> > show thing last figlist
> > flr1.2.prmtr has no value
> >
> > I've tried any number of other less likely prospects. I can't find the
right thing. Does anybody
> > know the secret here?
> >
> > Thanks, Jeff
> >
> > P.S. I'm going to be on the road for a few days, starting Saturday.
Responses posted after Friday
> > night I won't be able to get to for a while. So, please don't feel
ignored. I'll definitely be
> > back.
> >
>
>
>
> _______________________________________________
> MWForum mailing list
> MWForum@lists.mathcats.com
> http://lists.mathcats.com/mailman/listinfo/mwforum
> Attachments archived at:
> http://www.mathcats.com/mwforum/attachments.html
> To unsubscribe or for administrative questions contact
> mailto:mwforum-admin@lists.mathcats.com
>
>