2.5.4.57 Left
The Left function returns the first character or characters in a text string.
ABNF:
-
Left = val [val] sp ("1" / "2") ";LEFT():129"
Required Arguments:
Name: Text
Type: vString
An argument that specifies the text string.
Optional Arguments:
Type: vSignedLong
An argument that specifies the number of characters to be returned. The default value is one.
Return Value:
Type: PtgStr1
This function returns a PtgStr1 containing the first NumChars characters of Text. If NumChars is less than zero or greater than the number of characters in Text, the function returns a PtgStr1 containing Text.