Filemaker Pro 9 (120) Flashcards

1
Q

This set entered on 8-3-14
8.3.14.1
WORD FUNCTIONS

  1. In FileMaker’s mind, what is a word?
A

it is any stretch of letters, numbers, or periods that does not have any other spaces or punctuation in it, thus most of the time FileMaker can see the real words in the text.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q
  1. These are words: FileMaker, ABC123, This.is.a.word. These are not a word:
A

FileMaker Pro, ABC 123, A-Test, Two***Words. All these are TWO words.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q
  1. FileMaker has THREE word oriented functions called:
A

LeftWords, RightWords, and MiddleWords. Each takes two parameters, including the text value to examine, and a number or two to tell Filemaker which words you’re interested in.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q
  1. What does the LeftWords function look like?
A

LeftWords ( text ; numberOfWords )

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q
  1. What are the LeftWords, MiddleWords, and RightWords useful for?
A

You can use them to PARSE a person’s first and middle name if you ever get a file with all three names dumped into a single field.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q
  1. What would this function return: LeftWords ( Preamble ; 3 ) ?
A

We the People

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q
  1. What if the Preamble contained ThisIsa***test, what would the function LeftWords ( Preamble ; 3 ) return?
A

ThisIsA. It doesn’t just return the words, it returns EVERYTHING before the END OF THE THIRD WORD.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q
  1. What would RightWords ( Revelations ; 1 ) return?
A

Amen

How well did you know this?
1
Not at all
2
3
4
5
Perfectly