Forum Discussion

jose_pita's avatar
jose_pita
Super Contributor
11 years ago
Solved

array instanceOf array

Hi There, I have to verify the content of a variable without knowing if it is a string or an array so I'm doing: if((variable instanceof Array) == false && variable =="xxxx")   //work...
  • simon_glet's avatar
    11 years ago
    Hi Jose,



    Have you checked out aqObject.GetVarType(VarParamhere ?



    Sincerely