beautypg.com

B&B Electronics VFG3000 - Manual User Manual

Page 359

background image

F

UNCTION

R

EFERENCE

S

TRIP

(

TEXT

,

TARGET

)

R

EVISION

1

P

AGE

343

S

TRIP

(

TEXT

,

TARGET

)

A

RGUMENT

T

YPE

D

ESCRIPTION

text

cstring

The string to be processed.

target

int

The character to be removed.

D

ESCRIPTION

Removes all occurrences of a given character from a text string.

F

UNCTION

T

YPE

This function is passive.

R

ETURN

T

YPE

cstring.

E

XAMPLE

Text := Strip(“Mississippi”, ’s’)

Text now contains “

Miiippi

”.