Been a long time since I made a request and I hope this one is straightforward enough that you would consider it.
I am using a program to manage my headshot sessions. It has a feature where I can click a person's name that is waiting in line and a special string (name and sequence number) is copied to the clipboard. As I shoot with specific tethering software, it pre-pends that name/number from the clipboard onto the front of the filename. The tethering software then drops the renamed file into a hot folder that the web tool uploads for the client to see from their smartphone.
I don't like being constrained to just that specific tethering tool. I can use other, more inexpensive tools to do the tethering or even use the FTP feature built into my Z 9. But they can't do the name/number prepend.
If there was a clipboard contents variable in PM that I could reference in the Live Ingest function, I *think* I would get the same result as using the more expensive tethering program (of which I would use only .01% of it's features - kinda overkill).
I am not familiar with coding for the clipboard, but you would only need to allow text values - binary values like image data on the clipboard could be ignored. If the clipboard is empty or has invalid data (like image file binary data), then fill the {clipboard} variable with null.
Is this something worth discussing further?
-Mike