[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
RE: [mv] How to [if @@MV_PAGE@@ eq ...]
You can use [calc] for that. This should work for you.
<!--
[set name="newpage" interpolate=1]@@MV_PAGE@@[/set]
[set name="otherpage" interpolate=1]yourvar[/set]
[if type=explicit
compare="[calc] '[scratch newpage]' ne '[scratch otherpage]'[/calc]"]
your procedure here
[/if]
-->
> -----Original Message-----
> From: owner-minivend-users@minivend.com
> [mailto:owner-minivend-users@minivend.com]On Behalf Of Nathan
> ZYLBERSZTEJN
> Sent: Tuesday, December 14, 1999 11:28 AM
> To: minivend-users@minivend.com
> Subject: [mv] How to [if @@MV_PAGE@@ eq ...]
>
>
> ****** message to minivend-users from Nathan ZYLBERSZTEJN
> <zyloo@zylooplanet.net> ******
>
> Hi all,
>
> I'm trying to check the value of the current page but I've got the error
> "No comparison available"
>
> It still doesn't work using [if var MV_PAGE] eq ...]
>
> Thank you for any tip or help
>
> Nathan
> -
> To unsubscribe from the list, DO NOT REPLY to this message. Instead, send
> email with 'UNSUBSCRIBE minivend-users' in the body to
> Majordomo@minivend.com.
> Archive of past messages: http://www.minivend.com/minivend/minivend-list
>