Wondering how to copy the Displayed Attributes of a parent note to a particular child note. I got this far after reading various sources but no joy:
$MyList=$DisplayedAttributes(parent);
$MyList.each(dattr){action("$"+dattr(this)+"=$"+dattr(parent));};
$MyList does what is is supposed to but the combination of the loop and action don’t. Help appreciated.