On 8/26/05 11:49 AM, "Richard Gaskin" <[EMAIL PROTECTED]> wrote:

> I think altID is the way to go because it also lets you reference things
> numerically
<snip> 
> b) Valid ID numbers go up to 2 billion

Valid altID numbers go up to only 65535.

create button
repeat with i = 65535 to 65537
  set the altID of it to i
  put the altID of it & cr after msg
end repeat

The above puts the following:

65535
0
1

I could not find a BugZilla entry about altID.  Does anyone else think there
should be one?  Should it be a bug report or an enhancement request?

-- Dick


_______________________________________________
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