beautypg.com

B&B Electronics VFG3000 - Manual User Manual

Page 311

background image

F

UNCTION

R

EFERENCE

M

ID

(

STRING

,

POS

,

COUNT

)

R

EVISION

1

P

AGE

295

M

ID

(

STRING

,

POS

,

COUNT

)

A

RGUMENT

T

YPE

D

ESCRIPTION

string

cstring

The string to be processed.

pos

int

The position at which to start.

count

int

The number of characters to return.

D

ESCRIPTION

Returns

count

characters from position

pos

within

string

, where 0 is the first position.

F

UNCTION

T

YPE

This function is passive.

R

ETURN

T

YPE

cstring.

E

XAMPLE

Exchange := Mid(Phone, 3, 3)