May 12, 200322 yr Newbies I'm trying to perform a numeric compare. Here is my code: [FMP-If: RangeEnd.neq.CurrentFoundCount] <form action="email_next.asp" method="post" name="NextEmail"> <td><input type="submit" type="button" value="Next >>"></td> </FORM> [/FMP-If] No matter what I do, the above does not work unless an actual number is on the right side of the compare operator. Both variables contain numbers. I'm at a loss as to why this doesn't work, and how to work around it.
May 12, 200322 yr Author Newbies Gary, Thanks for the reply. The two values I am trying to compare are actually both internal numeric variables, FMP-CurrentFoundCount and FMP-RangeEnd, so putting Field: in front of RangeEnd does not work (I did try it just in case ) Any additional ideas?
Create an account or sign in to comment