Hi.
I've enjoyed working with custom actions but wonder why they don't have an option to return values.
Object.Toggle(n)
Wherein "Toggle" is an object's custom action, basically a custom expression only accessible to that object rather then:
Functions.ObjectToggle(n)
It would be nice to be able to keep specific "functions" only accessible to an object that uses it rather then having it accessible to the whole project, where it will clutter up the function expressions call list.
Anyways just wondering if there is a reason why this isn't a feature, as it seems to me this would greatly expand the functionality of custom actions.