Page 1 of 1

Dynamically adding LUT from byte array fails

Posted: Fri Aug 30, 2013 9:56 am
by kersing
When trying to add element to a lookup table from a byte array using AddInt the elements are added as 0, not the actual value.

See attached flowchart, elements 2-4 should not be zero. (Output is in Component debug window)

Re: Dynamically adding LUT from byte array fails

Posted: Fri Aug 30, 2013 12:10 pm
by JonnyW
Hi. A typo in a previous bug fix introduced this - seems like fixing the 'pass arrays by-ref bug' is like trying to build a house out of bars of soap.

Either way, it is now fixed, and hopefully will be sorted.

Jonny