VimsEventChannels is the custom prop set, there are multiple custom props in 
this set.

I was trying to get the names of all the Custom Properties that exists in a 
Custom Property Set.
I want to loop through them all and see if one has a value I am looking for.

Obviously I did look to the dictionary first but couldn't find much to help 
me...
(probably looked in the wrong spot)

Repeat for each line tCustomProp in tCustomPropSet
If the tCustomPropSet[quote& tCustomProp &"]" = value then do something
End repeat

Kind of like above ish roughly

'




-----Original Message-----
From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of 
dunb...@aol.com
Sent: Thursday, 06 February 2014 15:36
To: use-livecode@lists.runrev.com
Subject: Re: Custom Props Set

Hi. 


Is the entity VimsEventChannels" a custom property? If so it must be referenced 
with  "the".


Do you have it as a customPropertySet? If so, customPropertySets are not 
arrays, so getting the keys of it will not give you much..


But you can get the value of a custom property within a custom property set 
using array notation:


answer the yourPropertySet[yourCustomProperty}


Where "yourCustomProperty" is a custom property within the set 
"yourPropertySet",


See the dictionary for these things. Do I have this right at all?


Craig Newman








repeat for each line tType in the keys of VimsEventChannels of grp 
"EventsGroup"
         answer tType
      end repeat





-----Original Message-----
From: Nakia Brewer <nakia.bre...@westrac.com.au>
To: How to use LiveCode <use-livecode@lists.runrev.com>
Sent: Wed, Feb 5, 2014 10:48 pm
Subject: Custom Props Set


Hi,

I have a grp with Custom Property Set that has multiple Custom Properties 
within 
it.

I want to be able loop through each of these custom properties within this set 
but I am having issues doing so.
(It's just an error in my syntax I think)

      repeat for each line tType in the keys of VimsEventChannels of grp 
"EventsGroup"
         answer tType
      end repeat



COPYRIGHT / DISCLAIMER: This message and/or including attached files may 
contain 
confidential proprietary or privileged information. If you are not the intended 
recipient, you are strictly prohibited from using, reproducing, disclosing or 
distributing the information contained in this email without authorisation from 
WesTrac. If you have received this message in error please contact WesTrac on 
+61 8 9377 9444. We do not accept liability in connection with computer virus, 
data corruption, delay, interruption, unauthorised access or unauthorised 
amendment. We reserve the right to monitor all e-mail communications.

_______________________________________________
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

 
_______________________________________________
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


COPYRIGHT / DISCLAIMER: This message and/or including attached files may 
contain confidential proprietary or privileged information. If you are not the 
intended recipient, you are strictly prohibited from using, reproducing, 
disclosing or distributing the information contained in this email without 
authorisation from WesTrac. If you have received this message in error please 
contact WesTrac on +61 8 9377 9444. We do not accept liability in connection 
with computer virus, data corruption, delay, interruption, unauthorised access 
or unauthorised amendment. We reserve the right to monitor all e-mail 
communications.



_______________________________________________
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