Page 1 of 1
multivalvar
Posted: Wed Jul 17, 2002 9:09 am
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?
multivalvar
Posted: Wed Jul 17, 2002 9:26 am
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.
multivalvar
Posted: Thu Jul 18, 2002 5:20 am
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.
multivalvar
Posted: Thu Jul 18, 2002 10:12 am
by mark
And the problem is?
BTW, there's no need to assign to CAT. You could just say categories=$multiValVar