URLClose(connectionID);
connectionID
A string specifying the connection ID you specified when opening the file. The connectionID is specified in the URLOpen() function.Closes the specified connection opened with URLOpen().
0 1 //Close "myconnection" and store the returned value in $closeok$closeok = URLclose("myconnection");
OpenText StreamServe 5.6 | Updated: 2013-03-01 |