Page 1 of 1

Attaching / Modifying Variables' labels in a Worfile

Posted: Wed Jun 21, 2017 1:48 pm
by mschwerdtfeger
Hello,

Is it possible to add to the label of a variable the last .prg that modified said variable? Or, even better yet, the list of all programs that modified it?
So that when one opens the variable from the workfile, one could see at the top of the spreadsheet which program modified it?

Thank you

Re: Attaching / Modifying Variables' labels in a Worfile

Posted: Wed Jun 21, 2017 2:54 pm
by EViews Gareth
In EV9 (or earlier) you can't do much.

In EV10 you can do something like:

Code: Select all

%a = "Edited by " + @runname x.setattr("remarks") {%a}

Re: Attaching / Modifying Variables' labels in a Worfile

Posted: Thu Jun 22, 2017 4:51 am
by mschwerdtfeger
thank you