Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
<iw_if> question
Paul
I have a counter variable that I get by iterating through a list. What I need to do is to check and see if the value of the counter is greater than 1 but this:
1 > or
1>
Doesn't work. I have used this kind of construct in both perl and ASP how do I get it to work under XML using iw_perl?
Find more posts tagged with
Comments
Paul
Argh WHY can't I post code here?
Migrateduser
I am not sure, but you could try just attaching the code as an attachment.
Adam Stoller
when you make a post - there's an option for how to process/format the message - the last option is to not use any processing (perhaps you'll need that)
Just on a whim though - with "using Markup" (the first choice):
1 > 3 or 3 > $foo
[1 greater than 3 or 3 greater than dollar-foo]
--fish
(Interwoven Senior Technical Consultant)