this is my array:
- Code: Select all
[[assign var=foo value=$entry.extrafields.tank|explode:"|"]]
how can I get
- Code: Select all
$foo[0]
?
I mean
- Code: Select all
[[$foo[0]]]
Thanx
[[assign var=foo value=$entry.extrafields.tank|explode:"|"]]
$foo[0]
[[$foo[0]]]
[[ $foo.0 ]]
Users browsing this forum: No registered users and 1 guest