Checking a object for being a string array
I can do
How would I check the PassObj for being a String Array
Have tried
If PassObj is Array
If PassObj is String()
ALSO - how would I check for a typeface
if PassObj is Typeface
BobVal
I can do
B4X:
Sub CheckThis(PassObj as Object)
If PassObj is String then ....
if PassObj is Boolean then ...
How would I check the PassObj for being a String Array
Have tried
If PassObj is Array
If PassObj is String()
ALSO - how would I check for a typeface
if PassObj is Typeface
BobVal