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
asp
Posted - 04/23/2004 : 1:49:29 PM Just found in Origin v7:
wks.addcol(any thing);
it works fine and a column named "any thing" added. This might cause a lot of troubles since no warnings are appeared. This is interesting because it is impossible to name a column with spaces whithin a name (i.e. "any thing" will be replaced with "anything").
I wonder is it a feature or a bug? :-)
1 L A T E S T R E P L I E S (Newest First)
Mike
Posted - 04/23/2004 : 4:37:55 PM I would say that it is a bug. I note that this also works (but shouldn't):
wks.addcol(@#$%&)
I'll enter an item into our bug-tracking database. Thanks for the report.