materialscientist
Germany
2 Posts |
Posted - 09/29/2020 : 08:36:02 AM
|
Origin Ver. and Service Release (Select Help-->About Origin): Operating System: Windows 10
Hello
I am trying to add Data to a new workbook in a specific Row. That is working fine with integer and double variables. It is not working for string variables. Here the output is always --. How can i fix this. example code: string name$ name$=page.name$; range rr1=[Data]1!col(1)[index]; rr1=name$; Output in cell is: --
|
|