Skip to main content
MedCalc
Mail a PDF copy of this page to:
(Your email address will not be added to a mailing list)
working
Show menu Show menu

Scripts - Copy & Paste commands

Copy

Copy(var) copies the contents of var to the Windows clipboard. Var can be a number, string literal, matrix, or table.

Var can also be a report, or a graph, obtained after using the PROC command, using the system variables $report, $graph, $graph1, or $graph2, as var.

Paste

Paste(column[,row]) places the content of the clipboard in the spreadsheet at the coordinates column and row. If the second parameter row is omitted, then the row number is 1.

See also