Message 1 of 7
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I wonder if FlexSim does allow to query an array of pointers (no reason why not), and how.
I tried to do a simple example with an array
A = [/ptr1, /ptr2]
However,
Table itemsInformation = Table.query("SELECT $2 AS [item], $3 AS [myProperty] FROM $1 ", A, $iter(1), $iter(1).myProperty);
Returns an array with null pointers in the first column, despite returning the correct label values in the second.
Is there something I am missing, please?
Solved! Go to Solution.