String function

The STRING functions (LEN, MID, LEFT, etc.) are only valid for normal string type (String length <= 255). For long string type (length > 255, in this project sTxFrame is a long string), memory functions (MEMSET, MEMCPY, MEMMOVE) can be used instead.