this function is deprecated, use instead "IsEmpty".
this function returns true if a value exists and is not "empty".
The following things are considered to be empty:
- string:"" (an empty string)
- number:return always false
- boolean: return always false
- array: [] (an empty array)
- struct: {} (an empty struct)