beautypg.com

B&B Electronics VFG3000 - Manual User Manual

Page 239

background image

F

UNCTION

R

EFERENCE

D

ATA

T

O

T

EXT

(

DATA

,

LIMIT

)

R

EVISION

1

P

AGE

223

D

ATA

T

O

T

EXT

(

DATA

,

LIMIT

)

A

RGUMENT

T

YPE

D

ESCRIPTION

data

int

The first element in an array.

limit

int

The number of characters to process.

D

ESCRIPTION

Forms a string from an array (4 characters per array elelment) until either the limit is reached,
or a null character is detected.

F

UNCTION

T

YPE

This function is passive.

R

ETURN

T

YPE

cstring

.

E

XAMPLE

string := DataToText(Data[0], 8)