beautypg.com

B&B Electronics VFG3000 - Manual User Manual

Page 289

background image

F

UNCTION

R

EFERENCE

G

ET

S

TRING

T

AG

(

INDEX

)

R

EVISION

1

P

AGE

273

G

ET

S

TRING

T

AG

(

INDEX

)

A

RGUMENT

T

YPE

D

ESCRIPTION

Index

int

Tag index number

D

ESCRIPTION

Returns the value of the string tag specified by

index.

The index can be found from the tag

label using the function

FindTagIndex().

This function will only work if the targeted tag is

a String.

F

UNCTION

T

YPE

This function is active.

R

ETURN

T

YPE

cstring.

E

XAMPLE

Value = GetStringTag(10)

Returns the string value of the tag with index 10.

Value = GetStringTag(FindTagIndex(“Name”))

Returns the string value from the tag with label

Name

.