Stat_CopyArray

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > STAT (Statistical module) >

Stat_CopyArray

 

Description

 

This function will copy the values from Array1 to the corresponding position of Array2.

Array1 and Array2 can be of different data type.

 

Syntax

 

STAT_CopyArray(Array1, Array2)

 

Returns

 

Number. The number of occurrences of MyNumber inside ArrayVariable.

 

Parameters

 

Name

Type

Optional

Meaning

Array1

Numeric Array

No

The array containing data

Array2

Numeric Array

No

The array receiving the data

 

Remarks

 

Restrictions

 

See also

 

Examples