<MvFUNCTION>

 
A function is a sub-section of code executed by a call to the function name. MivaScript contains many built in functions like toupper(string). This tag lets you create your own user defined functions.
Syntax
<MvFUNCTION NAME = "string_literal"
            PARAMETERS = "variable_list"
            STANDARDOUTPUTLEVEL = "html, text, compresswhitespace">

            <MvFUNCTIONRETURN VALUE = "{ expression } | literal"> 
</MvFUNCTION>
  • Closed Tag
User Annotations: MvFUNCTION