I am changing values for some attributes by selecting one or more notes under the same parent note.
$Gist=$Text(parent).split("\n").at($SiblingOrder-1);$Gist2=$Gist.split(" - “).at(1);$Gist=$Gist.split(” - ").at(0);
This works fine.
Now, I want to apply a different strategy to avoid selecting every time the children notes.
Can I reference from the parent note all children notes and set for each children different attribute values? There are always 4 children notes.
I am thinking something like…
PseudoCode:
$MyString(Children/$SiblingOrder=1)=$MyString+“lorumlarumipsum”