Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

January 07/2004

Problem:

  • When passing parameters to the COM object's methods in ASP or VB Script, the following error can occur:
    Microsoft VBScript runtime error: '800a000d' Type mismatch
    or the value stored in the variable passed to the method is not changed.

  • Visual Basic Script does not support user defined data types (UDTs).

Reason:

  • Visual Basic Script will pass parameters to a method by value if the argument's data type is not declared as a Variant, and the parameter is passed by reference if the argument's data type is declared as Variant by   the method.

Solution:


QWS3270 Automation copyright © Jolly Giant Software Inc. All rights reserved.

...