Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Tag Problem

Quote Reply
Tag Problem
When I use:

<%5 * 5%>

or

<%some_tag * 5%>

....I always get a result of 0

Any ideas why?
Quote Reply
Re: [RedRum] Tag Problem In reply to
The first value is a variable. You could instead do this:

<%'5' * 5%>

<%variable * 5%> should work - assuming <%variable%> is 5.

Jason Rhinelander
Gossamer Threads
jason@gossamer-threads.com
Quote Reply
Re: [jagerman] Tag Problem In reply to
Oh thanks.

I'm pretty sure the second tag should have worked. Maybe I did something wrong somewhere along the lines.

I ended up using a different approach in the end :(

Last edited by:

RedRum: Feb 27, 2002, 12:28 PM