question

Abhay Bajpai avatar image
0 Likes"
Abhay Bajpai asked Jason Lightfoot edited

To see the table created by Flex Script

How do I get to see a table generated by the code written in Flex Script to see what it looks like?

Circled is the code that creates the table called "result". I want to print it in the output console to see its content for debugging purposes.

Champion Homes Assembly Making Replica (2)_3.fsmscreenshot-2023-05-30-115035.png

FlexSim 23.0.8
sqltables
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

Jason Lightfoot avatar image
1 Like"
Jason Lightfoot answered Jason Lightfoot edited

The easiest way is to create a temporary global table and clone the result to it.

  1. result.cloneTo(Table("temp"))


· 8
5 |100000

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