Dear Antonio,
is there a way that we could xTranslate {{ }} inside BLOCK that we could use xBase code inside Block like this:
{{Date()}} mHb_date()
Thank you in advance
Otto
#xtranslate
function Main()
? "Seconds {%Seconds()%} before compilation<br><br>"
BLOCKS
Current date is {{Date()}}
Current date is mhb_date()
ENDTEXT
return nil