I'm trying this :
Code: Select all
msg hash(,,<curitem>,1);
msg hash(,<curitemprev>,1); Code: Select all
msg hash(,,<curitem>,1);
msg hash(,<curitemprev>,1); Code: Select all
msg hash(,,<curitem>,1);
msg hash(,<curitemprev>,1); Code: Select all
msg hash(,,<curitem>,1);
msg hash(,<curitemprev>,1);
Code: Select all
msg hash(,,<curitem>,1) . <crlf 2>
. hash(,<curitemprev>,1);
Indeed, but to me this looks like a parsing bug. I would not count on this behavior in future.PeterH wrote:But the first line of the first (here: first and only) script may be indented, too.
(As long as it is not a caption - and then non-indentation makes sense...)
So I think it looks much better as:Code: Select all
msg hash(,,<curitem>,1); msg hash(,<curitemprev>,1);
Oh - then I was totally wrong hereadmin wrote:Indeed, but to me this looks like a parsing bug. I would not count on this behavior in future.
Code: Select all
"Main"
msg hash(,,<curitem>,1);
msg hash(,<curitemprev>,1);