Thanks. Copies to clipboard works
Is there a way to pass the clipboard contents to a SFE? I was thinking maybe a chain variable. Or maybe I can just add the template itself to the variable.
EDIT: To add directly, I put the template in a variable called copied_id and then used this:
Code:
program:
newid = globals(copied_id);
list_union(newid, $identifiers, ',')