Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 9.5   10.0   10.1   10.2   10.3   10.4   10.5   11.0   11.1   11.2    Statistic    FMM    Blog  

Clipboard.SetText

Sets the text on the clipboard.

Component Version macOS Windows Linux Server iOS SDK
Clipboard 2.6 ✅ Yes ✅ Yes ❌ No ❌ No ✅ Yes
MBS( "Clipboard.SetText"; text { ; type } )   More

Parameters

Parameter Description Example Flags
text The new txt for the clipboard. "Hello World"
type The data type. By default NSStringPboardType, but can be other Mac types. "" Optional

Result

Returns "OK" or error message.

Description

Sets the text on the clipboard.

For server this will modify the clipboard of the user account running the server app on the server computer and not the clipboard of any client.

On Windows you may want to use Text.ReplaceNewline first to convert line endings. FileMaker on Windows uses Mac line endings internally.

If called on Web Direct, the plugin puts text on the clipboard for the server, not for the client! So the functions are of no use on server.

Examples

Sets text:

MBS( "Clipboard.SetText"; "Hello World" )

See also

Release notes

Example Databases

Blog Entries

FileMaker Magazin

Created 18th August 2014, last changed 19th February 2021


Clipboard.SetStyledText - ColorPanel.Choose

Feedback: Report problem or ask question.