On  Fri, 26 Aug 2005 11:49:29 Richard Gaskin wrote

b) Valid ID numbers go up to 2 billion

So if you establish a base ID well above a million you should never
conflict with the engine's ID numbering scheme (unless of course you
have more than a million objects, but then you'll have other problems to

deal with <g>).

This means once you've set the altIDs you can do something like this:

   put 1000000 into tBaseID
   repeat with i = 1 to 100
     get the whateverProperty of fld ID (tBaseID+i)
   end repeat



Just keep in mind when dealing with altID that it has a limit of 65535.

If you

set the altID of button 1 to 65536
put  the altID of button 1 --> you'll get 0

best regards
Tariel

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to