문자열의 왼쪽 오른쪽으로부터 문자들을 제거합니다.
비추천: 이러한 명령어는 새 스크립트에 사용을 추천하지 않습니다. 대신 SubStr 기능을 사용하십시오.
StringTrimLeft, OutputVar, InputVar, Count StringTrimRight, OutputVar, InputVar, Count
The name of the output variable in which to store the shortened version of InputVar.
The name of the input variable whose contents will be read from. 이름을 퍼센트 사인으로 둘러 싸지 마십시오. 변수의 내용을 이름으로 사용하고 싶다면 예외입니다.
제거할 문자의 개수. 표현식 가능. Count가 0보다 작으면, OutputVar는 InputVar 전체와 같게 설정됩니다. Count가 InputVar의 길이를 초과하면, OutputVar는 비워집니다.
이 명령어와 다른 모든 명령어에 대하여, OutputVar는 InputVar와 같은 변수가 되어도 허용합니다.
SubStr(), StringMid, StringLeft, StringRight, IfInString, StringGetPos, StringLen, StringLower, StringUpper, StringReplace