Function CountLeft() Foundation
Counts a specified character at the beginning of a string.
CountLeft( <cString> , ; // Type: C
[<cCharacter|nASCIICode>] ; // Type: CN Default: Chr(32)
) --> nCount
Returns the number of times the character <cCharacter|nASCIICode> is found consecutively at the beginning of string <cString>.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.