question

Lucas Braga avatar image
2 Likes"
Lucas Braga asked Brandon Peterson commented

Using Global Variables on a Global Table

So, I created a Global Variable that I want to assign to a cell on a Global Table, but the only options that show up are: Assign Number Data and String Data. Can you help me? ~The variable is an integer.

FlexSim 7.5.4
global variablesvariable
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

Steven Hamoen avatar image
4 Likes"
Steven Hamoen answered Brandon Peterson commented

If you Global Variable is an integer it is a number so you can simply use;

settablenum( "tablename", rowno, colno, GlobalVariableName )

· 4
5 |100000

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