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 ~ [EMAIL PROTECTED]
http://www.jaedworks.com
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to