Announcement

Collapse
No announcement yet.

help with miva script codes <MvDO>

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    help with miva script codes <MvDO>

    Hi everyone, <br>
    <br>
    I am new to miva script, and currently trying to learn the basics of it. In the &lt;MvDO&gt; tag below, I don't understand why the the FILE attribute is "g.Module_Library_Utilities"? Can someone please explain it to me.<br>
    <br>
    &lt;MvDO FILE = "{ g.Module_Library_Utilities }" NAME = "l.ok" VALUE = "{ Error( 'MER-MUT-00001', l.error ) }"&gt;<br>
    <br>
    <br>
    From what I have learned from my tutorial, the &lt;MvDO&gt; FILE attribute should be "the path and name of the compiled file"... and the example mivascript.com use was:<br>
    <br>
    &lt;MvDO FILE="myemail.mvc" NAME="g.ok" VALUE="{ SendEmail( to, from, cc, subject, headers, message) }"&gt; <br>
    <br>
    So ultimately, what is g.Module_Library_Utilities? how come it does not have the .mvc extension, and could it be a variable instead of a compiled file?
Working...
X