what does <mvt:foreachcontinue /> do?

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • kayakbabe
    replied
    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 />

    Leave a comment:


  • Brennan
    replied
    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.

    Leave a comment:


  • kayakbabe
    started a topic what does <mvt:foreachcontinue /> do?

    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?
Working...
X