Hello again to everyone.
I was wondering if there was a way to retrieve a list of global properties in rev, e.g. Backdrop and AllowInterrupts. I know you can retrieve a list of properties stored in an object but I was wondering if there is a way to do it for the global ones.
Thanks.
Get a list of global properties
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
- VIP Livecode Opensource Backer
- Posts: 246
- Joined: Tue Jun 30, 2009 11:15 pm
Re: Get a list of global properties
mickpitkin92 ,
There is the propertyNames function. This includes both properties of objects and global properties.
Best regards,
Mark
There is the propertyNames function. This includes both properties of objects and global properties.
Best regards,
Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
-
- VIP Livecode Opensource Backer
- Posts: 246
- Joined: Tue Jun 30, 2009 11:15 pm
Re: Get a list of global properties
Ah lovely, thank you very much Mark.