beautypg.com

B&B Electronics VFG3000 - Manual User Manual

Page 261

background image

F

UNCTION

R

EFERENCE

F

ORCE

C

OPY

(

DEST

,

SRC

,

COUNT

)

R

EVISION

1

P

AGE

245

F

ORCE

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 element to be processed

D

ESCRIPTION

Copies count elements from array element src to array element dest. See Force(tag, value) for
a description of forced assignment, and why it can be useful.

F

UNCTION

T

YPE

This function is active.

R

ETURN

T

YPE

This function does not return a value.

E

XAMPLE

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