Text Component
Fnd_Text_CapitalizeExclude
Fnd_Text_CapitalizeExclude (-> exclude array)
Parameters
| Parameter | Type | Description |
|---|---|---|
| exclude array | Pointer | Pointer to text array of excluded words |
Description
The Fnd_Text_CapitalizeExclude method specifies the words that will not be capitalized using the Fnd_Text_Capitalize method. To get a list of words that will be excluded from capitalization, pass an empty text array. To set the words to exclude from the capitalization routine, pass an array with at least one element. To clear the list of words to exclude from the capitalization routines, pass an array with one element consisting of a blank string.
Fnd_Text_CapitalizeExclude (->excludedwords_at)
Extracted source text
Fnd_Text_CapitalizeExclude (-> exclude array)
Parameter Type Description
exclude array Pointer Pointer to text array of excluded words
The Fnd_Text_CapitalizeExclude method specifies the words that will not be capitalized using the
Fnd_Text_Capitalize method. To get a list of words that will be excluded from capitalization, pass an
empty text array. To set the words to exclude from the capitalization routine, pass an array with at least
one element. To clear the list of words to exclude from the capitalization routines, pass an array with one
element consisting of a blank string.
Fnd_Text_CapitalizeExclude (->excludedwords_at)