Monday, December 05, 2016 Tip of the Day: Saving the Clipboard Contents to an External File Product.......: R:BASE X/X Enterprise (Version 10) Build.........: 10.0.2.11130 or higher Section.......: Commands Keywords......: PROPERTY, Clipboard
Did you know you can save the Windows Clipboard contents to an external file? A new PROPERTY command CLIPBOARD object has been introduced with support to save Windows Clipboard contents to a text file, a binary file, and also the capability to clear the contents of the clipboard. Please review the following syntax: PROPERTY CLIPBOARD SAVE_TO_TEXT_FILE 'FileName.txt' PROPERTY CLIPBOARD SAVE_TO_BINARY_FILE 'FileName.bmp' PROPERTY CLIPBOARD CLEAR 'TRUE' Use SAVE_TO_TEXT_FILE for saving the clipboard contents to a text file. Use SAVE_TO_BINARY_FILE for binary data, like when pressing [Print Screen]. Note: Not all clipboard contents can be saved as binary data because the clipboard does not dictate a specific format to be used. Use CLEAR to clear the clipboard contents. Very Best R:egards, Razzak. www.rbase.com www.facebook.com/rbase -- 33 years of continuous innovation! 18 Years of R:BASE Technologies, Inc. making R:BASE what it is today! -- -- You received this message because you are subscribed to the Google Groups "RBASE-L" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

