AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Versión: 2025

<Type Buffer>Encode (Function)
Encodes a character string or a buffer. To decode the result, simply use Decode.
iPrintWord (Function)
Sends the character string passed in parameter to the print buffer.
Hash functions
Hashing is used to summarize a file or a character string...
<Type Buffer>Decode (Function)
Decodes a character string that was encoded by Encode.
Decode (Function)
Decodes a character string that was encoded by Encode.
RTFAdd (Function)
Adds a character string (in RTF or not) at the end of RTF edit control, RTF control in a report or character string containing a text in RTF.
Encode (Function)
Encodes a character string or a buffer. To decode the result, simply use Decode.
FOR ALL/FOR EACH statement (browse of strings)
The FOR EACH statement is used to browse strings according to different methods...
UUDecode (Function)
Decodes a character string in UUEncode format.
XMLToText (Function)
Converts a character string in XML format into a standard character string.
fFind (Function)
Finds a character string or a buffer in a file opened by fOpen.
TableToText (Function)
Creates a character string from the data found in a Table or TreeView Table control.
Operators on character strings
The character strings can be handled by specific WLanguage functions or by the +, [[ and ]] operators...
RTFInsert (Function)
Inserts a character string in RTF into the content of an RTF control (found in a window or in a report) or into the content of a character string in RTF.
fAddText (Function)
Adds the content of a character string at the end of a file.