void main () { string wrote; wrote=input_box("Copier", "Enter text to copy here:"); clipboard_copy_text(" "+wrote+" "); }