Jump to content

Search the Community

Showing results for tags 'AutoIt NULL COM HP ALM OTA'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Announcements and Site News
    • Administration
  • AutoIt v3
    • AutoIt Help and Support
    • AutoIt Technical Discussion
    • AutoIt Example Scripts
  • Scripting and Development
    • Developer General Discussion
    • Language Specific Discussion
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Categories

  • AutoIt Team
    • Beta
    • MVP
  • AutoIt
    • Automation
    • Databases and web connections
    • Data compression
    • Encryption and hash
    • Games
    • GUI Additions
    • Hardware
    • Information gathering
    • Internet protocol suite
    • Maths
    • Media
    • PDF
    • Security
    • Social Media and other Website API
    • Windows
  • Scripting and Development
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Member Title


Location


WWW


Interests

Found 1 result

  1. Hey there, my problem is this COM function from OTA (Open Test Architecture) for HP ALM (Application Lifecycle Management): Local $objTestStepNew = $objTestStepFactory.AddItem(Ptr(0)) ; create new test step Now here is the problem, Visual Basic Script supports NULL, but AutoIt does not from some reason. If I do not pass NULL it will create the element immediately, which is a bad bad way to create a new Design Test Step. I already tried "null", "", ptr(0), chr(0)... they do not work. And either the step is created so the given value was interpreted as String like "null" or "0" or it says invalid parameter It works in Visual Basic Script using .AddItem(Null), but I would love to use AutoIt for it! Any Ideas? Thanks for your help. Edit: I also tried to use one of the COM functions that return NULL themselves but this was also interpreted as "0", I think AutoIt is converting NULL to 0 all the time
×
×
  • Create New...