Hi,
I'm creating data, and storing it in a single VTS column. I'd like to use that data at runtime during my test, and can only use the data once.
Ideally, once I've used a line of data, I'd like to delete it from VTS. However, I can not see an easy way to do this. Essentially, I'd like to mimic the functionality when you manually right-click on the VTS column and select "Delete value". How can I do this programmatically? I don't see a function for this in the help. Closest thing I could find was to move the row to the bottom which is not what I'm after. I don't want to recycle the row, I want it deleted.
Cheers,
J