05-06-2015, 07:27 AM
This menu command copies QM code in 2 clipboard formats: TEXT and HTML Format. Text in TEXT format is HTML without headers, suitable to paste in HTML source editors.
In programs that can display HTML, Ctrl+V usually pastes HTML Format. For example in Word, Thunderbird, WYSIWYG web page editors. In other programs, Ctrl+V pastes TEXT format. For example, in QM, Notepad and in HTML source editors.
In your code, _s does not contain HTML Format. setclip does not convert simple text to HTML Format.
In programs that can display HTML, Ctrl+V usually pastes HTML Format. For example in Word, Thunderbird, WYSIWYG web page editors. In other programs, Ctrl+V pastes TEXT format. For example, in QM, Notepad and in HTML source editors.
In your code, _s does not contain HTML Format. setclip does not convert simple text to HTML Format.
