quote:
Originally posted by ds755
Origin Ver. and Service Release (Select Help-->About Origin): Origin 2018 SR1
Operating System: Windows 8.1
Hello,
How can I use the "Col" command with an integer variable?
I notice that:
int i=1;
Col(i)[L]$="Current";
does not write to Column 1 but instead creates a new column.
Thanks for your help.
Either
int i = 1;
col(%(i))[L]$ = "Current";
Or
int i = 1;
wcol(i)[L]$ = "Current";
#####
#### _\_ ________
##=-[.].]| \
#( _\ | |------|
# __| | ||||||||
\ _/ | ||||||||
.--'--'-. | | ____ |
/ __ `|__|[o__o]|
_(____nm_______ /____\____