Custom Properties

Jeanne A. E. DeVoto revolution at jaedworks.com
Thu Apr 13 23:16:16 EDT 2006


At 11:01 AM -0400 4/13/2006, Thomas McGrath III wrote:
>I wanted to have a custom prop for each line in a field as in:
>set the isAFolder of line 1 of me to "true"
>Of course it did not work but I thought 'Wow' that would be useful.


If you're not using it for anything else, it's possible to hijack the 
linkText property for such a purpose:

   set the linkText of line 1 of me to "true"
   if the linkText of line 7 of me is true then beep 2
   [etc]
-- 
jeanne a. e. devoto ~ revolution at jaedworks.com
http://www.jaedworks.com



More information about the use-livecode mailing list