eBD:OUT and Internal Functions
1.Hello World
View code
<eBD:OUT VALUE="1.Hello World"/>
2.Hello WORLD
View code
<eBD:SET VAR="mi_var" VALUE="WORLD"/>
<eBD:OUT VALUE="<b>2.Hello $mi_var</b>"/>
3.Hello World
View code
<i>3.Hello World</i>
Welcome
anonimo
View code
<eBD:OUT VALUE="Welcome <b>#[eBDUser.Username]</b>"/>
It's 00:44:54 of 02-05-2012
View code
<eBD:OUT VALUE="It's #[eBDDate.CurrentTime] of #[eBDDate.CurrentDate]"/>
Number:24.54
Integer number :24
View code
<eBD:SET VAR="num" VALUE="24.54"/>
<eBD:OUT VALUE="Number:$num<br>Integer number :#[eBDMath.int($num)]"/>
Not the same: 4+5 than:
9
Not the same: 24.54+1 than:
25.54
View code
<eBD:OUT VALUE="Not the same: 4+5 than:"/>
<eBD:OUT VALUE="#[eBDMath.eval(4+5)]"/>
<eBD:OUT VALUE="Not the same: $num+1 than:"/>
<eBD:OUT EXPR="$num+1"/>