Miva Script Function: miva_array_find(...) How to use the miva_array_find( needle, haystack var, offset ) built in mivascript function Scot Ranney, June 26, 2018
Mivascript Function Tip: Use VAR for Unknown Return Data Passing a variable by reference in a Miva Script function is a neat trick when you might have to affect different kinds of data over time in the function but don't want to mess anything up. Sometimes we don't know what data a Miva Script function in a module or script will need to affect in the future. Instead of creating more functions, passing a variable by reference can be quite useful. Scot Ranney, June 29, 2018