j
k
j a
j l
This code:
var('i') = string; boolean($i); '<br>'; var('i') = array; boolean($i); '<br>';
gives:
false true
So an empty array gives "true" but an empty string "false". This is different from L8. Is this intentional? If so, why?
- Jussi
Show replies by date
Sorry, wrong list! This is Lasso code.
On 17.10.2011 15.04, Jussi Hirvi wrote:
This code: var('i') = string; boolean($i); '<br>'; var('i') = array; boolean($i); '<br>';
discuss@lists.centos.org
Add to favorites Remove from favorites