POSSIBLE BUG TO PUT STRING IN CLIPBOARDby (no login)Unfortunately this doesn't work in QB64 (but works fine in normal qbasic): shell "cmd /c echo hello world | clip" Hope to be helpful Best regards |
| Response Title | Author and Date |
| * No DOS required! Use _CLIPBOARD$ = "Hello World" | on Dec 2 |
| Re: possible bug to put string in clipboard | on Dec 3 |
| If you use SHELL _HIDE, it works with or without CMD /C | on Dec 5 |