If run from the input bar via script prefix,
shows nothing, which is unexpected
and
grabs
which is expected.
If run in a script (say, inside a plugin)
shows
which is expected
and
grabs
which is unexpected
Is there something I should be doing to make those unexpected results look more like the expected ones?
print("¯")shows nothing, which is unexpected
and
SetClipboard("¯")grabs
¯which is expected.
If run in a script (say, inside a plugin)
print("¯")shows
¯which is expected
and
SetClipboard("¯")grabs
¯which is unexpected
Is there something I should be doing to make those unexpected results look more like the expected ones?