Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
materialscientist
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: --
1 L A T E S T R E P L I E S (Newest First)
一击爆裂陈子豪
Posted - 09/29/2020 : 09:09:03 AM In general, you should not directly assign single value to a range, although it works in some cases. Please do: