Previous Topic

Next Topic

Book Contents

Book Index

Examples

Assume the following for the examples below:

Table 209 Values for WORD Function Examples

Variable Name

Value

SENTENCE_CHECKED

PLEASE COUNT THE WORDS

CHANGE_AROUND

CHANGE,THIS,SENTENCE,AROUND

RANGE_OF_COLORS

COLORS ARE RED,WHITE AND BLUE

Table 210 WORD Function Examples

Function

Returns code:

WORD(SENTENCE_CHECKED,'   ',2)

COUNT

WORD(CHANGE_AROUND,',',4)

AROUND

WORD(CHANGE_AROUND,'   ',4)

Null string

WORD(RANGE_OF_COLORS,',   ',4)

WHITE

Parent Topic

WORD: Functions