|
Contents | Previous | Next | Subchapters |
| Syntax |
copy(data) |
| See Also | paste , ntoa |
data = { ...
"The copy command can be used", ...
"to transfer data to other programs." ...
}
copy(data)
then from the O-Matrix menu select File | Edit New Program,
and then select Edit | Paste,
the following text will appear in the new editor window:
The copy command can be used
to transfer data to other programs.