Jump to content

Recommended Posts

Posted

Hello Everyone,

I am new to Simio,  and need your help to figure out this. I am using search step to search for certain rows in a table that satisfy my condition. The search step performs as expected.

I want to now to retrieve the values of the row associated with the found token. How do I do it?

Also, if more than 1 row satisfies my search criteria then does Simio creates found token for each row ? or the information for all the rows in stored in one single token?.

  • 2 months later...
Posted

Hi, it creates a token for each row that matches the condition (given that you did not limit the search).

You can access it using TableName.ColumnName.

 

×
×
  • Create New...