Tim (or Victor?),
Standard reminder: 1) I do not work for PST. 2) PST's trained staff
really does like to take any and all questions at
http://support.pstnet.com/e%2Dprime/support/login.asp , and they
strive to respond to all requests in 24-48 hours. So don't be shy
there. 3) If you do get an answer from PST Web Support, please
extend the courtesy of posting their reply back here for the sake of others.
That said, my best guess is that the trial procedure adds its own
c.Log at the end, so that all your programmed c.Logs get supplemented
by one final automatically generated c.Log. You can check this
yourself by looking at the full generated script (not just the stuff
in your own inlines), just before the End Sub of any of your defined
Procedures.
Now, I am not sure exactly why that would cause your final extra log
value, because usually extra c.Logs at the same logging level have no
effect (only the final one counts, as I recall), you have to wrap
your c.Logs in c.PushNewFrame and c.PopFrame if you want to log extra
values in the middle of a Procedure. In any case, if you ever do
want to disable the final c.Log of a Procedure, then you have to open
the Procedure's own properties (right-click in the Procedure's open
window and select Properties, or select the Procedure and view its
Properties list) and deselect LogData. Mind you, this is a dangerous
practice, because there is *no* visible indication that logging has
been disabled for that Procedure, and later when someone expects it
to log data they will be totally confounded! So if you ever do
disable a Procedure's logging, I *strongly* urge you to add a
"ReadMe" inline just to add a comment that explains that logging has
been disabled for this Procedure, and how to re-enable its logging.
<editorial>
Not germane to your question, and I don't know that I want to open
this can of worms, but I do wonder why you want to do so much in
script instead of availing yourself of the List features of E-Prime,
seems to me to defeat the purpose of using E-Prime in the first place.
</editorial>
Just a thought,
-- David McFarlane, Professional Faultfinder
"For a successful technology, reality must take precedence over
public relations, for nature cannot be fooled." (Richard Feynman,
Nobel prize-winning physicist)