Export String to Clipboard on Windows

BlitzMax Forums/BlitzMax Beginners Area/Export String to Clipboard on Windows

Is there any way I could export a string$ to the clipboard?


Reason being is I'm making a spline maker. My spline maker is working great, and I think that if I could hit the Export button and then coded it to put the necessary point variables into the clipboard (that I could paste directly into any game) that would be totally sweet.

Is this possible with BMax?

Clipboard in Blitzmax link :P

you mean:
www.blitzmax.com/Community/posts.php?topic=43255
lol just kidding
:D

Thanks alot, that was very helpful. I will be using this tonight!