_HASHTABLE equivalent C/AL datatype

ajaybabuChajaybabuCh Member Posts: 208
Hello

I have registered one .dll with Navision. In that .dll there is a method which will take two parameters of type HASHTABLE.

Can anybody please help me, what is the equivalent type of C/AL datatype to the HASHTABLE.

If I try to pass a C/AL variable having dimensions of type Variant , it is saying that "The array dimensions must be identical"

Thanks and Regards
Ajay
Ajay

Comments

  • kinekine Member Posts: 12,562
    Not every Automation can be used with NAV. It seems that this is example of this. NAV is able to use simple data types, but if I found correct class, HashTable is class (http://msdn.microsoft.com/en-us/library ... table.aspx). And this is not possible to use in NAV. You will need to create some Wrapper, which will take data from NAV as simple data types and will them pass to the function as the required datatype.
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
Sign In or Register to comment.