Xbasic
xmlhttp_classname Function
Syntax
Classname as C = xmlhttp_classname()
Returns
- ClassnameCharacter
The name of the XMLHTTP name installed on the current system.
Description
Return the correct XMLHTTP class name based on what is installed in the current operating system
Example
? xmlhttp_classname() = "MSXML2.XMLHTTP.6.0"