ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 15161718192021222324252627
Character string without the specified characters on the left and right side of the initial string.
Initial character string.
List of characters to be deleted from the initial string. If this parameter corresponds to an empty string (""), <Result> will correspond to the initial string.
Versions 20 and laterPosition of the characters to remove. This position can correspond to one of the following constants: sscAllRemoves all the specified characters from the initial string. Equivalent to sscRight + sscLeft + sscInside.sscInsideRemoves the specified characters within the initial string.sscLeftRemoves the specified characters from the left side of the initial string.sscOutside(Default value)Removes the specified characters from both sides of the initial string. Equivalent to sscRight + sscLeft.sscRightRemoves the specified characters from the right side of the initial string. This parameter is not available. New in version 20Position of the characters to remove. This position can correspond to one of the following constants: sscAllRemoves all the specified characters from the initial string. Equivalent to sscRight + sscLeft + sscInside.sscInsideRemoves the specified characters within the initial string.sscLeftRemoves the specified characters from the left side of the initial string.sscOutside(Default value)Removes the specified characters from both sides of the initial string. Equivalent to sscRight + sscLeft.sscRightRemoves the specified characters from the right side of the initial string. This parameter is not available. Position of the characters to remove. This position can correspond to one of the following constants: sscAllRemoves all the specified characters from the initial string. Equivalent to sscRight + sscLeft + sscInside.sscInsideRemoves the specified characters within the initial string.sscLeftRemoves the specified characters from the left side of the initial string.sscOutside(Default value)Removes the specified characters from both sides of the initial string. Equivalent to sscRight + sscLeft.sscRightRemoves the specified characters from the right side of the initial string. This parameter is not available.
NoCharacter and UNICODE
Last update: 03/28/2022
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: