Functions - Left |
|
|
Returns a String containing a specified number of characters from a string, starting at the beginning and working forwards. SyntaxLeft(source, length) ParameterssourceThe
string from which characters are returned. ExampleThis expression part evaluates to "Foo": Left("FooBar", 3) |