Inconsistent treatment of to String

Issue #66 new
James Powell repo owner created an issue

123 → error in convert to a LV String

[123,{},”Hi”,null] → no error in convert to LV String Array (gives “123”, “{}”, “Hi”, “null” array elements)

This is because the array conversion just strips quotes.

Comments (1)

  1. Log in to comment