function RightStr(st: String; Len: Integer): String;
When Len is larger than the length of the string or Len is 0, the unmodified value of the string is returned.