Hi.
I have the following menu entry in an personal extension (Addon.xcu)
<prop oor:name="URL" oor:type="xs:string">
<value>vnd.sun.star.script:EDXCW.Module1.OpenTemplate?language=Basic&location=application&Modelo=calculadora2021</value>
</prop>
The Sub to open from the menu is
Sub OpenTemplate (Modelo as String)
My question is if I can pass a parameter Modelo=calculadora2021
to my Sub() as shown in the XML above.
Is this valid/correct/feasible?
Thank you