CAS 6


fstrip
- Text

Summary

Extract the first part of a field up to the first occurance of a particular character. Useful for extracting the first name in a field.

Examples

',' fstrip NAME
',' fstrip 'Smith, John'

Syntax

SingleChar fstrip TextField

Left Arguments

Name Data Type Input Type Description Optional Default
SingleChar Text Constant No

Right Arguments

Name Data Type Input Type Description Optional Default
TextField Text Field, Constant No

Result

Type: Text

First part of names.



Build 6.0.624