// File: clipboard.w_js var text = Window.clipboard // Get text Window.AddControl(1,5,0,0,100,100,text); Window.clipboard = "Hello World!" // You can run the Notepad and you can paste the text string