what does <mvt:foreachcontinue /> do?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kayakbabe
    Mega Mivite




    • Jun 2008
    • 1520

    #1

    what does <mvt:foreachcontinue /> do?

    I have a template that has
    <mvt:foreachcontinue />
    in it.

    and I only found one reference to in the forums which doesn't say anything (it's a bug report).
    and it isn't in the docs or developer resources.

    it doesn't skip the rest of the stuff inside the foreach loop...
    which I guessed might be what it is supposed to do.

    Does anyone know what it is supposed to do?
  • Brennan
    Super Moderator









    • Jun 2009
    • 3481

    #2
    Miva Script is a server side web scripting language is especially well suited for development of web applications having built in support for SQL and xBase3 databases.


    Its skips execution of anything after it (within the foreach loop) and returns back to the top on the next iteration.
    Brennan Heyde
    VP Product
    Miva, Inc.
    [email protected]
    https://www.miva.com

    Comment

    • kayakbabe
      Mega Mivite




      • Jun 2008
      • 1520

      #3
      oh that's cool!

      Does everything on mivascript.com follow the same pattern so we can use it in storemorph?
      <MvXXXXXXXXXX> translate to <mvt:XXXXXXXX /> like <MvFOREACHCONTINUE> equates to <mvt:foreachcontinue />

      Comment

      Working...
      X