FORMULA LANGUAGE
Determines whether a particular substring is stored at the beginning of another string.
Syntax
@Begins( string ; substring )
Parameters
string
flag
This function is case-sensitive.
If the either parameter is a list, the function tests each element of the second parameter against each element of the first parameter and returns 1 if any match occurs.
Example See Also