composeUrl() Function
Syntax |
| |
---|---|---|
Semantics | Build a String containing a URL from an object of type URL.
| |
Substitutables |
| An object of type URL containing the URL information. |
| A String containing the URL build from the input object by
| |
Error Codes | Find the related error codes on System Errors. | |
| URL composing error. | |
Examples | Assume the following input object aUrlObject:
CODE
NONE
This produces the following output: https://acme-corp.com:443/dosearchsite.action?queryString=products |
Related Pages: