You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

URL$ creates an URL string.

Syntax

URL$(PortNo, HostName, Resource$, Expr[:ParLab$])

Arguments

  • PortNo is the communication port number (0 is standard and 80 is for instance ordinary HTML browser communication)
  • HostName, the name of the host, can also be an IP number
  • Resource$ what you want to put in the URL
  • Expr additional input 

Remarks

  1. This is a higly specialised function for interacting with web services. Please contact Qnowledge for more detail.

  • No labels