beautypg.com

B&B Electronics VFG3000 - Manual User Manual

Page 235

background image

F

UNCTION

R

EFERENCE

C

OPY

(

DEST

,

SRC

,

COUNT

)

R

EVISION

1

P

AGE

219

C

OPY

(

DEST

,

SRC

,

COUNT

)

A

RGUMENT

T

YPE

D

ESCRIPTION

dest

int / float

The first array element to be copied to.

src

int / float

The first array element to be copied from.

count

int

The number of elements to be processed.

D

ESCRIPTION

Copies

count

array elements from

src

onwards to

dest

onwards.

F

UNCTION

T

YPE

This function is active.

R

ETURN

T

YPE

This function does not return a value.

E

XAMPLE

Copy(Save[0], Work[0], 100)