pcottrell Posted April 18, 2001 Posted April 18, 2001 Here is a simple question which is causing me grief... What is the correct syntax for combining tags with simple operations? for ex: -Skip=[FMP-CurrentRecordNumber]-1 The "-1" seems to be read as text and ignored... Any help will of course be appreciated... Philip
Garry Claridge Posted April 18, 2001 Posted April 18, 2001 You could try: -Skip=<script>document.write([FMP-CurrentRecordNumber]-1);</script> or -Skip=[FMP-CurrentRecordNumber-1] I havn't tested these, however the first one should work. All the best. Garry
Anatoli Posted April 20, 2001 Posted April 20, 2001 quote: Originally posted by pcottrell: Here is a simple question which is causing me grief... What is the correct syntax for combining tags with simple operations? for ex: -Skip=[FMP-CurrentRecordNumber]-1 The "-1" seems to be read as text and ignored... Any help will of course be appreciated... Philip You cannot use calc in URL/CDML tags. Do it in database.
Recommended Posts
This topic is 8687 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now