PPWIZARD is a free preprocessor for HTML, REXX, Visual Basic or any text files.
![]() | ![]() | ![]() | ![]() | ![]() |
MakeWebLinks() |
This is an inbuilt function function provided by PPWIZARD.
This function is used to process any http or ftp web addresses in a string. By default a hypertext link is created but you have full control over what occurs.
This call does not try and "guess" that something is a web address (for example "www.fred.com") but simply looks for the specified protocol and works out where the URL ends (it knows which characters are valid in a URL).
The function takes 1-4 parameters as follows:
The string can contain the following "variables":
By default a simple link is created, the default template is '<a href="{URL}">{URL}</a>'.