Re: EuGTK - clipboard?
- Posted by Jerry_Story Sep 15, 2010
- 1351 views
irv said...
constant cb = create(GtkClipboard) set(cb,"text",sprintf("2 x 2 = %d",2*2))
When run, you can paste (in your word processor, for example) and get:
2 x 2 = 4
Yup. That's what I wanted.