Issue Details
I try to input two different timestamp formats to
Format Into String VI, such as one with only
minutes : seconds (%<%M:%S>T), and the second with a
default format (%T). See the example code:

As a result I am getting an error pop-up:
LabVIEW: (Hex 0x4) End of file encountered.
The pop-up stops my VI execution despite I have error wires outputted from
Format Into String VI. Everything starts working only when I set the same timestamp format for the inputs.
Are there any workarounds for this issue?