Jump to content

Keyword null in AutoIt


dwerf
 Share

Recommended Posts

How can I write this VBScript in AutoIt?

set SchemaCache = CreateObject("Msxml2.XMLSchemaCache")
SchemaCache.Add "", null

I've tried 0, '0', '', 'null', Chr(0) and a not initialized variable instead of null.

An error occures: "The requested action with this object has failed."

$SchemaCache = ObjCreate("Msxml2.XMLSchemaCache")
$SchemaCache.Add("", '')
Edited by dwerf
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...