AllMixedCase

Changes the value of the current field to be Title case. The first letter of each word is capitalized.

Syntax

bool AllMixedCase ()

Parameters

None.

Returns

Always True.

Level

Field level.

Details

This action will change the value of the current field to be Title case. The first letter of each word will be capitalized.
Example
AllMixedCase()  

If the field in this example is "hello, i MUST be going.", the text will be changed to "Hello, I Must Be Going."