OriginPro 2021b (64-bit) SR2 9.8.5.212
Windows 10 21H1 x6
Greetings!
The code below doesn't work if x.comments$ is empty:
DestinationXColumn[C]$ = SourceMatrixSheet.x.comments$;
while the following works fine:
DestinationXColumn[C]$ = "" + SourceMatrixSheet.x.comments$;
Why is that?
What is the normal practice in LT to do the similar assignments?
Thank you.
---
Andrey