<br><br><div class="gmail_quote">On Thu, May 12, 2011 at 5:48 AM, Yehavi Bourvine <span dir="ltr">&lt;<a href="mailto:yehavi.bourvine@gmail.com">yehavi.bourvine@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div dir="rtl"><p dir="ltr">Hello,</p><div dir="ltr"> According to the wiki, starting from April there is an additional syntax for execute_on_answer which is execute_on_answer_1 (and 2 and on).</div><div dir="ltr"> </div>
<div dir="ltr">
 </div><div dir="ltr"> If I want to use the new syntax, how shall I do it? Use only execute_on_answer_1,2,... or first use execute_on_answer and the following statements will use the numbered format? What happens if I mix the two? What happens if I miss a number (i.e. use _1 and then _3)?</div>
</div></blockquote><div><br></div><div>You can mix all you want. I have not tried execute_on_answer and execute_on_answer_x but you can try it and see what happens. Also, there is no need to restrict your use to numbers:</div>
<div><br></div><div>execute_on_answer_1</div><div>execute_on_answer_foo</div><div>execute_on_answer_whatever</div><div><br></div><div>The order of execution is the order in which you set or pass the variables.</div><div><br>
</div><div>-MC</div></div>