Forum Discussion

soapman's avatar
soapman
Occasional Contributor
16 years ago

Last value of the DataGen object

I am trying to access the last value generated by a DataGen object that has been configured to return a numeric sequence. I only know how to return the next value. Any Ideas?

1 Reply

  • M_McDonald's avatar
    M_McDonald
    Super Contributor
    I don't think the DataGen retains previous values.

    You can set the DataGen Mode to STEP, thus keeping the last value until the script hits that step again. Does that help?