size Strings verble and (left and right and length) function

  1. strLen(int2str(1000));

  2. subStr(int2str(1000),0,2);

  3. subStr(int2str(1000),strLen(int2str(1000))-2,strlen(int2str(1000))));