<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; "><DIV><DIV>On Sep 27, 2006, at 10:47 AM, The Editor wrote:</DIV><BR class="Apple-interchange-newline"><BLOCKQUOTE type="cite"><P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Comic Sans MS" size="3" style="font: 12.0px Comic Sans MS">Wow, that's cool.<SPAN class="Apple-converted-space">  </SPAN>I really think the FAST Data recipe is a nice</FONT></P> <P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Comic Sans MS" size="3" style="font: 12.0px Comic Sans MS">interface for working with forms, that could be used in many ways.</FONT></P> <P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Comic Sans MS" size="3" style="font: 12.0px Comic Sans MS">I'm happy to make the change.<SPAN class="Apple-converted-space">  </SPAN>The line that says</FONT></P> <P style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Comic Sans MS; min-height: 16.0px"><BR></P> <P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Comic Sans MS" size="3" style="font: 12.0px Comic Sans MS">if ($flag) { break; }</FONT></P> <P style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Comic Sans MS; min-height: 16.0px"><BR></P> <P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Comic Sans MS" size="3" style="font: 12.0px Comic Sans MS">should be added just before the final } of the function.<SPAN class="Apple-converted-space">  </SPAN>Correct?<SPAN class="Apple-converted-space">  </SPAN>Of</FONT></P> <P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Comic Sans MS" size="3" style="font: 12.0px Comic Sans MS">course, I may call it $dataflag!<SPAN class="Apple-converted-space">  </SPAN>I'll add it to the next revision.</FONT></P> </BLOCKQUOTE></DIV><BR><DIV><BR class="khtml-block-placeholder"></DIV><DIV>See my response to self on this thread -- </DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>use "return;" instead of "break;" and it works fine.  And I gave you an idea of where I need it.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>There may be an intermediate page flash in there somewhere.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>It doesn't matter what you name the flag.  :)  I just want to be able to upgrade when you make new releases and not to have to hack your code all the time.  Plus this opens up the same type of "wrapper function" for others, so the data going in to Data() can be manipulated and the return page messed around with, etc.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Crisses</DIV></BODY></HTML>