SplitFieldValuePreserveStart
Splits the captured value of a Field object at the first instance of the character specified as a parameter.
Syntax
bool SplitFieldValuePreserveStart (strParam)Parameters
String value of the separating character. Smart parameters are supported.Returns
True if the separator character is found. Otherwise False.Level
SplitFieldValuePreserveEndField level.Details
The action deletes all characters to the end of the string starting from the separating character, as well as the separation character. All text prior to the separating character remains.- Example
SplitFieldValuePreserveStart("c")If the value of the object is Description, this action truncates it to Des.