Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Move to string/clipboard
#1
Hello,

I have this code :

out "listSelect returned: %s" listSelect(s)

Is it possible to send the output to a seperate string or the clipboard?

Any help appreciated!

Thx
#2
str s2
s2.format("listSelect returned: %s" listSelect(s))
out s2
s2.setclip


Forum Jump:


Users browsing this thread: 1 Guest(s)