JXA: Reading/Using Data from the Clipboard

If "distraction" is learning, then I guess I'm always in search of more. :smile:

Thanks. That is interesting and helpful.

One note: this snippet from your script gives me an error that
"clip is not a function":

var clip = sa.theClipboard
var strType = typeof clip()

It works fine if I just use "clip"
Do you have a function named clip() ?