isStructure(s)

Returns true if object v is a string.


See also isScalar isBool 


Example


a=88

88

isStructure(a)

false

a.name = "Joe"

"Joe"

a.age = 18

18

isStructure(a)

true