Re: Resetting ids

2024-09-30 Thread Craig Newman via use-livecode
Hi. Apart from just being large numbers, i cannot imagine there will be any issue. I also have a feeling that “condensing” those values is a good thing. But that is only a feeling. Craig > On Sep 27, 2024, at 5:40 PM, Bob Sneidar via use-livecode > wrote: > > I believe it will still work, b

Re: Resetting ids

2024-09-27 Thread Bob Sneidar via use-livecode
I believe it will still work, but it will increment all other objects with that ID and higher. Bob S > On Sep 27, 2024, at 1:54 PM, R.H. via use-livecode > wrote: > > @jbv@souslelogo.c om You can reassign id's to your > controls: "Set the id of control x to 200" will work if no other contro

Re: Resetting ids

2024-09-27 Thread Bob Sneidar via use-livecode
that being the case, if it were possible to set the ID of a stack to 1000, it ought to start over. Bob S > On Sep 27, 2024, at 10:54 AM, Tom Glod via use-livecode > wrote: > > I've wondered about this for years > But thinking about it the unsigned 32 bit limit is over 4 billion .. >

Re: Resetting ids

2024-09-27 Thread Tom Glod via use-livecode
I've wondered about this for years But thinking about it the unsigned 32 bit limit is over 4 billion .. so you are 0.0093% of the way to the limit The new limit is probably 64 bit. Probably what happens when u hit the limit is it rolls over and starts at 0 or 1000 like a new stack, and the