[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
Re: [ic] pass variables don't work rigth
Try something like this:
[if data session arg]
do something
[else]
do something else
[/else]
[/if]
Bill Carr
Worldwide Impact
bill@worldwideimpact.com
413.253.6700
"Stefano Nota" <stefano@register.it>
Sent by: interchange-users-admin@developer.akopia.com
05/17/2001 08:30 AM
Please respond to interchange-users
To: <interchange-users@developer.akopia.com>
cc:
Subject: [ic] pass variables don't work rigth
Hi,
In a page i created this link:
<a href="[area href=index_new arg=2]">Italiano</a>
I receive the variable arg with [data session arg].
But i want it to be tested so i wrote this:
[set var][data session arg][/set]
[if var = 1]
[then]
do something
[/then]
[else]
do something else
[/else]
[/if]
This doesn't work, how i can test the variable passed?
Thanks stefano
_______________________________________________
Interchange-users mailing list
Interchange-users@lists.akopia.com
http://lists.akopia.com/mailman/listinfo/interchange-users
_______________________________________________
Interchange-users mailing list
Interchange-users@lists.akopia.com
http://lists.akopia.com/mailman/listinfo/interchange-users