Copy to clipboard

Is it possible to copy a variable into the computer system’s clipboard? If so, how? thanks-

this works in ie4+ http://www.dynamicdrive.com/dynamicindex11/selectform.htm

think its possible to do it in an .exe projector?

Probably not. I could be wrong, but I thought that Dynamic Drive was mostly DHTML. They might have changed in the few months that I haven’t been there though.

var my_var:String = "Hello!";
System.setClipboard(my_var);

:stuck_out_tongue:

ooh! :stuck_out_tongue: you learn something everyday :smiley:

Yup! :smiley:

Nice, thanks for the replies!

No problem, serkios. :slight_smile: