question

Roi Sánchez avatar image
0 Likes"
Roi Sánchez asked Matthew Gillespie commented

Check if row in table exists

Hi everyone,

Following @Serge A question in 2017, I wanted to know if there has been an update in the way to check if a certain row of a table exists. We are trying to access it via tableName[rowName][colName].

Thanks.

FlexSim 20.1.2
flexsim 20.1.2tables
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

·
Benjamin W2 avatar image
0 Likes"
Benjamin W2 answered Matthew Gillespie commented

@anthony.johnson, correct me if I am wrong, but I don't think there have been any changes made to this specific functionality. If you look up the table numerically, then you could always to a check before hand to make sure rowNum < Table.numRows and colNum < Table.numCols.

· 1
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Matthew Gillespie avatar image Matthew Gillespie ♦♦ commented ·

No, we haven't made any changes to this.

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.