
The firstc function extracts a specified number of characters (n) from the beginning (left) of a text value.
Leading blanks are included in the count of characters (n).
TEXT VALUE
nAny Text value i.e a Field, "string" etc.
The number of characters from the beginning of the string that you want the function to return.
Examples
firstc ( "Sapphire International Ltd." , 8)
Returns: Sapphire
firstc ( "Club ParaDEASE" , 6)
Returns: Club P
firstc ( LAST NAME, 4)
Returns: The first four characters
The firstc function extracts a specified number of characters (n) from the beginning (left) of a text value.
Syntax
Returns
A text string n characters in length.
Usage
Leading blanks are included in the count of characters (n).
Examples
firstc ( "Sapphire International Ltd." , 8)
Returns: Sapphire
firstc ( "Club ParaDEASE" , 6)
Returns: Club P
Returns: The first four characters