Hello All Please forgive me if I am asking something silly!
We use: if( hb_itemType( pInfo->pNewVal ) & HB_IT_NUMERIC ) Now if pInfo->pNewVal is an array, then what it should be like ... if( hb_itemType( hb_arrayGetCPtr->pNewVal,2 ) & HB_IT_NUMERIC ) // does not work I need to establish the type of an element in an array item. Regards Pritpal Bedi -- View this message in context: http://www.nabble.com/Comparing-TYPE-with-Harbour-API-tp18173365p18173365.html Sent from the Harbour - Dev mailing list archive at Nabble.com. _______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
