BE_ClipboardSetText ( text ; format )
Sets the clipboard to the text and applies a clipboard format. Clipboard formats are usually set by the application and depend on the content types. When setting a type it's best to copy a sample and then use BE_ClipboardFormats to see what types are used. You only need to apply a single format when setting the clipboard.
Version : 1.0
4.0 : return error 3, command not available on Linux.
4.0.2 : Renamed from BE_SetClipboardText
Parameters :
- text : the text to set the clipboard to.
- format : the format code for the content.
Examples :
BE_ClipboardSetText ( $ScriptStepXML ; "dyn.ah62d4rv4gk8zuxnxnq" ) // turns XML text into a FileMaker Script Step ready to be pasted back into FileMaker.
0 Comments