Hi jbv,

> Am 25.05.2024 um 16:20 schrieb jbv via use-livecode 
> <use-livecode@lists.runrev.com>:
> 
> Hi list,
> 
> I have a script that creates groups on the fly
> with the command "group". These groups contain
> various flds and imgs.
> Can I always assume that the group with the highest
> id # is the last one created ?

sounds logical, but I'm not sure, maybe you could store the ID of the last 
group somewhere.
Use IT right after the groupd command:
...
select this_and_that
group
put IT into the_id_of_just_created_group
...

> Thanks,
> jbv

Best

Klaus

--
Klaus Major
https://www.major-k.de
https://www.major-k.de/bass
kl...@major-k.de


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to