Post Reply 
Can a program access the clipboard?
09-21-2017, 07:30 AM
Post: #1
Can a program access the clipboard?
Can you access the clipboard as a string from a program? I was thinking maybe there is a variable or a function call somewhere, but if it exists, I'm having difficulty find it...
Thx
-D
Find all posts by this user
Quote this message in a reply
09-21-2017, 12:48 PM
Post: #2
RE: Can a program access the clipboard?
I think there is no way, at least there is nothing in the calculator reference about the clipboard

My website: erwin.ried.cl
Visit this user's website Find all posts by this user
Quote this message in a reply
09-22-2017, 03:17 AM
Post: #3
RE: Can a program access the clipboard?
Any HP people care to comment?
This is something that I can think of many uses for. It seems like it should be somewhere as the paste command shows the last several copy/cuts, so it's stored in something like a list of strings. It just needs to be accessible as a variable or a pretty simple function. i.e. If it isn't already available, it shouldn't be difficult to implement.
Find all posts by this user
Quote this message in a reply
09-22-2017, 05:16 AM
Post: #4
RE: Can a program access the clipboard?
If you need this feature, you can use INPUT, as the command is integrated yes it will allow copy/paste.

Viga C | TD | FB
Visit this user's website Find all posts by this user
Quote this message in a reply
09-22-2017, 05:22 AM
Post: #5
RE: Can a program access the clipboard?
Hello,

Sorry, no there is no HPPL functions to access the clipboard.

Cyrille

Although I work for the HP calculator group, the views and opinions I post here are my own. I do not speak for HP.
Find all posts by this user
Quote this message in a reply
09-23-2017, 10:25 AM
Post: #6
RE: Can a program access the clipboard?
I was trying to avoid using INPUT, but maybe I can integrate a dummy call to input.... Thx.
-D
Find all posts by this user
Quote this message in a reply
09-23-2017, 11:17 AM
Post: #7
RE: Can a program access the clipboard?
Ask Tim for a CALL() command, that shell's out to an external program and returns a result to hppl. (In a future release, if any)!

a:=PI;
b:=CALL(c:/python.numpy.py,sin(a)); ==> (similar to this idea)
Find all posts by this user
Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)