script to place group into group
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
script to place group into group
The place command can place a group onto different cards, is there a similar command for placing a group into another group, something like: place "Group 2" into "Group B"?
Re: script to place group into group
Hi Monki,
no, unfortunately there isn't.
This should work, of my head, so better make a test first!
Best
Klaus
no, unfortunately there isn't.
This should work, of my head, so better make a test first!

Code: Select all
...
## "group1" need to get into "group2"
lock screen
select grp "group1"
CUT
start editing group "group2"
PASTE
stop editing group "group2"
unlock screen
...
Klaus
Re: script to place group into group
Thanks, Klaus. That should work.Klaus wrote:Hi Monki,
no, unfortunately there isn't.
This should work, of my head, so better make a test first!
BestCode: Select all
... ## "group1" need to get into "group2" lock screen select grp "group1" CUT start editing group "group2" PASTE stop editing group "group2" unlock screen ...
Klaus
Re: script to place group into group
That should work.
Klaus's brain works like a charm
It tested (script, not Klaus's brains) and it works fine.
I suggest to check if sharedbehavior or backgroundbehavior of groups = true
Best regards
Jean-Marc
Klaus's brain works like a charm
It tested (script, not Klaus's brains) and it works fine.

I suggest to check if sharedbehavior or backgroundbehavior of groups = true
Best regards
Jean-Marc
https://alternatic.ch