ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Ansi string type>.Complete (Function)
Returns a character string of a specified length.
Decode (Function)
Decodes a character string that was encoded by Encode.
Decrypt (Function)
Decrypts a character string that was encrypted by Encrypt.
Asc (Function)
Returns the ASCII code of the specified character.
Val (Function)
Returns the numeric value of a character string.
LanguageToCharset (Function)
Returns the character set corresponding to a language.
ExtractLine (Function)
Extracts a specific line from a character string.
Complete (Function)
Returns a character string of a specified length.
CharactUnicode (Function)
Returns the character corresponding to the specified Unicode code.
UUEncode (Function)
Encodes a character string according to the UUEncode algorithm.
fAddText (Function)
Adds the content of a character string at the end of a file.
ToClipboardRTF (Function)
Writes a character string in RTF format into the clipboard.
EvaluateExpression (Function)
Evaluates the value of an expression built in a character string.
ExecuteCode (Function)
Runs the WLanguage code found in a character string.
<Document variable>.Seek (Function)
Finds a character string in an entire Document variable.
<Document variable>.ToText (Function)
Creates a character string with the data of a Document variable.
MaskFormat (Function)
Formats a character string using an InputMask variable.
<Duration type>.ToString (Function)
Converts a duration to a character string in the specified format.
<String type>.Format (Function)
Formats a character string according to the selected options.
StringFormat (Function)
Formats a character string according to the selected options.
StringBuild (Function)
Builds a character string from an initial string and parameters.
Charact (Function)
Returns the character corresponding to the specified ASCII code.
DurationToString (Function)
Converts a duration to a character string in the specified format.
StringInsert (Function)
Inserts a string into another character string at a given position.
HaspHLDecrypt (Function)
Decrypts a character string by using the algorithms of the Hasp key.
1
2
3
4
5
6
68
>