11-02-2011 10:33 AM
Hi,
If you use a Dequeue Element function with a time out and if the function times out, what value is sent on the "element" wire? Is it the default value for the element type? Or something else?
Thanks.
Solved! Go to Solution.
11-02-2011 10:39 AM
Yes, it's the default value of the data type. That's the default behavior for any terminal which has undefined behavior (such as what would happen if you try to index a negative element from an array).