Assigning byte array in macro has issues with 0 values

Please add any bug reports that require discussion here

Moderator: Benj

Forum rules
Only bug reports will be considered here. General questions should not be posted in this forum.
Post Reply
kersing
Valued Contributor
Valued Contributor
Posts: 2045
Joined: Wed Aug 27, 2008 10:31 pm
Location: Netherlands
Has thanked: 553 times
Been thanked: 1081 times
Contact:

Assigning byte array in macro has issues with 0 values

Post 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...
Attachments
arraytest2.fcfx
(11.68 KiB) Downloaded 279 times
“Integrity is doing the right thing, even when no one is watching.”

― C.S. Lewis

User avatar
JonnyW
Posts: 1230
Joined: Fri Oct 29, 2010 9:13 am
Location: Matrix Multimedia Ltd
Has thanked: 63 times
Been thanked: 290 times
Contact:

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

Post 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

Post Reply