Can remoteclipboard copy more then one value?

I Have to copy more then one text value via remoteclipboard from my application to a data file

Is there a workaround for this,could you please provide a code for the same.

Each time you copy a value to the clipboard, you can either put that value in a new variable, or append it to an existing variable as a list item:

insert remoteclipboard() after clipboardVals

The remoteClipboard is just the clipboard built into the remote system, so it doesn’t have any special features.