WINDEV, WEBDEV AND WINDEV MOBILEONLINE HELP
Version: 1516171819202122232425
Extracting the right part from a character string Hide the details
Right part of <Source String>. Corresponds to <Source String> if <Length> is greater than the length of <Source String>.EOT if <Length> is negative. A WLanguage error occurs (non-fatal error). To find out the error details, use ErrorInfo.
Character string whose right part must be extracted. This string is not modified.
Number of characters to extract. If this parameter is not specified, <Result> corresponds to <Source String> without the space characters on the left.
Extracting the right part from a buffer Hide the details
Right part of <Source Buffer>. Corresponds to <Source Buffer> if <Size> is greater than the size of <Source Buffer>.EOT if <Size> is negative. A WLanguage error occurs (non-fatal error). To find out the error details, use ErrorInfo.Invalid buffer if <Source Buffer> contains a character string in UNICODE format. Invalid buffer if <Source Buffer> contains a character string in ANSI format.
Name of buffer whose right part will be extracted. This buffer is not modified.
Number of bytes to extract. If this parameter is not specified, <Result> corresponds to <Source Buffer> without the space characters on the left. In UNICODE, each character occupies two memory bytes. Therefore, the number of bytes is twice the number of characters.
Right function and UNICODE
Different operating mode in GO mode and at run time
Last update: 10/31/2019
Send a report | Local help
Searching...
J'accepte les termes de la licence
All you have to do is configure your product as follows: