T O P I C R E V I E W |
Alex-qwerty |
Posted - 09/20/2010 : 3:32:48 PM Origin Ver 8.1 SR3 Operating System: WinXP I create an user X-Function with output variable of type Column. The default data for this column is <new>. User can use as an existing column, as allow function to create a new column. How can I determine which is the user case in my code? I want to give a special name for new column. |
1 L A T E S T R E P L I E S (Newest First) |
minimax |
Posted - 09/20/2010 : 11:08:25 PM Hi Alex,
quote:
I want to give a special name for new column.
If you only want to update the LongName of a <new> column and the name is fixed, a simple way is to use option string N, which is used to specify the default name of output objects.
You can fill for example N: "mycol name" on the Option String column of that output variable in X-Function Builder.
See more details on the usage of option strings in following link: http://ocwiki.originlab.com/index.php?title=XFProgramming:Option_Strings
Max OriginLab Technical Support |
|
|