HP Forums

Full Version: (newRPL) transfer object from PC-simulator to computer
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello community,
is it possible to transfer an object that is on the stack in the PC simulator to the WIN-computer and then print it?
Installed the new version (Build 1360). Thank you for wise advice.
(12-07-2020 01:01 PM)Klaus Wrote: [ -> ]Hello community,
is it possible to transfer an object that is on the stack in the PC simulator to the WIN-computer and then print it?
Installed the new version (Build 1360). Thank you for wise advice.

Yes, the menu has an option to copy whatever is on top of the stack to the clipboard. From there, pasting it to any program other than newRPL Desktop will paste the text of the decompiled object.
So pick your favorite text editor and copy/paste as usual.

Backwards works too, you can edit your programs with your favorite IDE, then copy the text and paste it to the stack, to be compiled by STR->
I have tried this several times, but to no avail. Although the other direction works.
Reference URL's