Page 1 of 1

Assigning byte array in macro has issues with 0 values

Posted: Fri Aug 30, 2013 11:22 am
by kersing
When assigning a byte array to an byte array argument of a macro, the calling macro only gets the values up to the first element valued zero. See attached flowchart...

Re: Assigning byte array in macro has issues with 0 values

Posted: Fri Aug 30, 2013 12:25 pm
by JonnyW
Hi. Everything in the casting routine (that all assignments go through) was assuming byte array is string. That has been fixed now.

Jonny