Subprogram Name | Source Name | Executable Example | Viewable Example |
---|---|---|---|
H3-TEXT-TO-URL |
H3TX2URL |
E3TX2URL |
E3TX2URL |
- Description
Converts a string to URL-decoded syntax. Useful if special characters are included. Use
W3-TEXT-TO-URL
instead of H3-TEXT-TO-URL. UseW3-ASCII-URL-TABLE
instead of H3-ASCII-URL-TABLE.The subprogram W3-ASCII-URL-TABLE will be called from H3-TEXT-TO-URL and contains a list of all conversations that will be made. This program can be changed and extended for the user's needs.
- Parameters
1 H3COUNT (I4) /* o/m : Length of the converted string 1 H3STRING (A250) /* io/m : URL-decoded text after conversion- How To Invoke
PERFORM H3-TEXT-TO-URL H3COUNT H3STRING