LeftStr is a String function that retuens the left-most portion of the string value in st up to and include the number of characters in Len.
When Len exceeds the length of the string in st, or Len is less than 0, the unmodified value of st is returned.