customPropertyless

Mark Waddingham mark at livecode.com
Tue Sep 5 10:01:50 EDT 2017


On 2017-09-05 15:58, Richmond Mathewson via use-livecode wrote:
> onmouseEnter
> 
> putthe customProperties of meintofld "propps"
> 
> endmouseEnter

The 'customProperties' property returns an array... So try:

   put the keys of (the customProperties of me) into fld "propps"

Warmest Regards,

Mark.

-- 
Mark Waddingham ~ mark at livecode.com ~ http://www.livecode.com/
LiveCode: Everyone can create apps




More information about the use-livecode mailing list