Sorry I don't understand nothing but if you want the PHB_ITEM to second element of a array "pInfo->pNewVal" will be.-

   hb_arrayGetItemPtr( pInfo->pNewVal, 2 )

because, if not change, hb_arrayGetCPtr() return (char *) not PHB_ITEM. and if change, I want to know it.-

if( hb_itemType( hb_arrayGetItemPtr(pInfo->pNewVal, 2) ) & HB_IT_NUMERIC )

Best regards.
Xavi

Pritpal Bedi escribió:
Sorry

if( hb_itemType( hb_arrayGetCPtr->pNewVal,2 ) & HB_IT_NUMERIC )  // does
not work

if( hb_itemType( hb_arrayGetCPtr( pInfo->pNewVal, 2 ) & HB_IT_NUMERIC )

Regards
Pritpal Bedi

_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to