If it doesn't already exist it would be nice to be able to do something like this:
<call $functionname var1 var2 ...>
rather than:
<switch $functionname>
<case "dothis><dothis var1 var2>
<case "dothat><dothat var1 var2>
...
</switch>
Am I correct that this feature doesn't currently exist?
Thanks,
Aaron
<call $functionname var1 var2 ...>
rather than:
<switch $functionname>
<case "dothis><dothis var1 var2>
<case "dothat><dothat var1 var2>
...
</switch>
Am I correct that this feature doesn't currently exist?
Thanks,
Aaron