warning Not Translated
This page has not been translated into the language that your browser requested yet. The English content is being shown as a fallback.
If you want to contribute a translation for this page then please click here.
uudecode
warning
This function starts with a lowercase letter.
Description
Decode an UU-encoded string.
Name | Description |
---|---|
dest[] | The destination for the decoded string array. |
const source[] | The UU-encoded source string. |
maxlength = sizeof (dest) | The maximum length of dest that can be used. |
Returns
This function does not return any specific values.
Examples
uudecode(normalString, encodedString);