Dear all,
If I set the 2-byte character as the value of addproperty it gives an error.
Here is my code,
...
TFile.AddProperty("Product", TdmsPropertyDataType.String, TextBox2.Text)
...
If I input only alphabet in textbox2, it is okay. But, if I put 2-byte character such as Korean, it gives an errer
Is it a bug?