Gentee Programming Language > Documentation > Libraries Download documentation

clipboard_settext

Copy a string into the clipboard
 
uint clipboard_settext(
      str   data
)

Parameters

dataThe string for copying into the clipboard.

Return value

Nonzero if initialization was successful; otherwise 0.

See also

    Clipboard


 Copyright © 2004-2006 Gentee Inc. All rights reserved.