|
|
|
|
|
UUDecode (Function) In french: UUDécode Decodes a character string in UUEncode format. Note: This string was previously encoded with the UUEncode function..
Res = UUEncode("Le numéro de mon compte est 0123456789")
ChaîneDécodée is string
ChaîneDécodée = UUDecode(Res)
Syntax
<Result> = UUDecode(<String to Decode>)
<Result>: Character string String decoded according to the UUEncode algorithm. <String to Decode>: Character string Text to decode. This text was encoded by UUEncode.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|