OriginLab Corporation - Scientific Graphing and Data Analysis Software - 2D graphs, 3D graphs, Contour Plots, Statistical Charts, Data Exploration, Statistics, Curve Fitting, Signal Processing, and Peak Analysis

copydata

Contents

Brief Information

Copy numeric data

Command Line Usage

  1. copydata irng:=col(1) orng:=col(2) clear:=1;
  2. copydata irng:=[book1]sheet1!col(2)[4] orng:=[book2]sheet1!col(1)[4];
  3. copydata irng:=([Book1]Sheet1!2[5]:3[11],[Book1]Sheet1!3[3]:4[8]) orng:=[Book2]Sheet1!3[4:4] clear:=1;

Variables

Display
Name
Variable
Name
I/O
and
Type
Default
Value
Description
Input irng

Input

Range

<active>
Specify the input data range.
Output orng

Output

Range

<new>
Specify the destination range.

See the syntax here.

Clear data in destination range before copy clear

Input

int

0
Specify whether or not to clear data in destination range before copying. If checked, all data will be cleared and mark as missing value "--".

Description

This function copies numeric data between ranges. If there are characters in source range, Origin will not copy them but set the destination range as missing values instead.