FORMULA LANGUAGE


@Begins
Example

Determines whether a particular substring is stored at the beginning of another string.

Syntax

@Begins( string ; substring )

Parameters

string


substring
Return value

flag

Usage

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