The Dink Network

Reply to Re: More trouble than it's worth.

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
December 18th 2009, 05:52 PM
burntree.gif
Fireball5
Peasant He/Him Australia
Let me heat that up for you... 
You could use greater than/less than statements to find the number of the last one

if (&items => 30000)
{
  if (&items < 40000)
  {
    //code here
  }
}


You need both the less than and greater than.

I don't know how you can get the other numbers as well, maybe some kind of equation?