ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Encryption/compression functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
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: wd290std.dll
Minimum version required
  • Version 15
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/02/2023

Send a report | Local help