Topic: String functions

I am looking for a leftstr and length function.  Is there an alternative that is supported in MVD?

Thanks,
  Rob

Re: String functions

I can find the following from the functions list under string functions:

leftstr == Copy(s, String; from, count: Integer): String
length == Length(s: Variant): Integer

Dennis