Hi Shaughan,

> I have finally realized that I can get data out of the PilBox app by cat-ing 
> to
> the REPL, then using copy and paste. How can I write to the copy buffer
> programmatically?

   (de setClip (Str)
      (java
         (java CONTEXT 'getSystemService "clipboard")  # ClipboardManager
         'setPrimaryClip
         (java "android.content.ClipData" 'newPlainText "PilBox" Str) ) )

☺/ A!ex

-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Reply via email to