multivalvar

Post Reply
chavalis
Posts: 19
Joined: Thu Dec 27, 2001 12:47 am

multivalvar

Post by chavalis »

The concept of multivalvar is good.But I have a small problem here.

I have to assign the values to another variable and use it in the code.Is it possible with this?
User avatar
John
Site Admin
Posts: 2622
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH
Contact:

multivalvar

Post by John »

Can you give an example of what you mean? The assignment operator in Vortex will assign a multi value variable, which you can then use.
John Turnbull
Thunderstone Software
chavalis
Posts: 19
Joined: Thu Dec 27, 2001 12:47 am

multivalvar

Post by chavalis »

Here iam giving the example

<A name=GetStaticVariables>
<$ClientID = '796'>
<wrapVariables>
<urlcp reparentmode abs>
<urlcp timeout 120>
<!--<$CAT ="%%">-->
<$multiValVar= "Atlanta" "Boston">
<$count=0>
<$count1=0>
</A>


<A name=GetPage>
<loop $multiValVar>
<the values are $multiValVar>
<$CAT=$multiValVar>
<the CAT is $CAT>
<submit URL=$StartURL METHOD=POST
Destination="%%"
categories=$CAT>
</loop>
</A>

By using this i have fetch the values of corresponding links.
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

multivalvar

Post by mark »

And the problem is?

BTW, there's no need to assign to CAT. You could just say categories=$multiValVar
Post Reply