Trim
Command Prototype
sRet = Trim(sData,sTrim)
Command Description
Delete specific characters from both ends of a specified string
Parameter Description
- Required Parameter
- sData--The string to operate on
- sTrim--The list of characters to be cut
- return
- sRet--The variable used to save the output of the function call