ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Encryption/compression functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Encodes a character string according to the UUEncode algorithm. This encoded string can be decoded by UUDecode.
Example
// Encode a string
Res = UUEncode("My account number is 0123456789")
Syntax
<Result> = UUEncode(<String to encode>)
<Result>: Character string
String encoded according to the UUEncode algorithm.
<String to encode>: Character string
Text to encode.
Component: wd300std.dll
Minimum version required
  • Version 15
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/24/2024

Send a report | Local help