xtranslate
Posted: Sat Sep 14, 2019 7:12 am
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
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