Book a Demo

Author Topic: Problem with ScenarioStep.Result update  (Read 3081 times)

closer

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Problem with ScenarioStep.Result update
« on: April 02, 2013, 10:12:43 pm »
VB code like this:

dim sct as EA.ScenarioStep
(....)
sct.Uses = "X"
sct.Results = "Y"

sct.Update()

after that i have new value in Uses but no change in Results.
Is it a bug? Or what im doing wrong ?


EAP version: 9.2.1

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Problem with ScenarioStep.Result update
« Reply #1 on: April 02, 2013, 11:02:52 pm »
I tried with 9.3 and 10.0. In 9.3 it did not work, but in 10.0. So you have to upgrade in order to make it work.

q.