When trying to pass the char array of 260bytes, unflatten from string does not return the all 260 bytes.
In the attached VI after unflatten from string reads only 4 bytes, does anyone know why? Is there any other method to allocate string size in LabVIEW to read 260 bytes of char?
In C the array is char ProjectName[260];
TIA.