Friday, September 26, 2008

Better way to view value of NPR field

Let's say that we have a line of code in our source file that looks like this,

IF{@employer="test" @dosomething}
we need to know that it is = to *AA[aa]E0


to find out the value right away in the object code, if it is really long you could just spend your time looking for this value or put

$DDC("find employer"),
IF{@employer="test" @dosomething}

You can now find this easy by doing a search inputing "find employer". This can be a real time saver.



0 comments: