Developer's Manual  Function Reference  Macro Functions  suExecMacro

suExecMacro

Executes macro commands.


void suExecMacro
()

The function executes macro commands prepared by the suPrepareMacro. For more infomation on using macro language refer to Macro Language section.

Example

<?
$var
= Array();
if(
suPrepareMacro($block['editor']['data'], $var))
    
suExecMacro();
?>
Please login to add comments.