lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


I am still pretty much a newbie at this..

 

Is there some function that returns the string in the windows clipboard?

 

e.g.

clipboardstring=os.clipboard()

 

(any string in the clipboard would be returned by  os.clipboard() and copied to clipboardstring).