Text

Takes six parameters, FieldBase, Destination, Function, Source, Value, IfLenFld

Usage:

FieldBase, Destination, Function, Source, Value, IfLenFld
[WorkWith], Destination, Function, Source, Value, IfLenFld
[WorkWith], Destination, Function, Source, Value, [""]
[WorkWith], Destination, Function, Source, [""], [""]
FieldBase, Destination, Function, Source, Value, [WorkIf]
[WorkWith], Destination, Function, Source, Value, [WorkIf]
[WorkWith], Destination, Function, Source, [""], [WorkIf]

Description:

An optimized way to perform string manipulation in bulk on multiple records simultaneously.

Evaluates the Function and places the requested value into the Destination Field.

For the DateTime function only, if the Work Query field Error does not already exist when this option is run, it will be created. For any errors that occur per record, the error message for each record will be placed in the Error field.

List of Functions:

Dates and Times
Alpha Case
Numeric Base String
Encoding
Valid Characters
Test if all characters are valid:
Remove and/or replace any invalid characters to create a valid string:
String Manipulation
Formatting
Disk Files 
Path
Shell
Security
Database Values

Example:

Using LongDate function
NewFields            "Date.Received"
Lookup            "Date.Received", "`Biz.Job", `pJob, "`Received", ""
Text            "Date.Received", "LongDate", "Date.Received"

'Result: Date.Received: December 12, 2016