Hi there,
I've some trouble with the return value of the Aris method BrowseArisItems.
It is supposed to return
"selected items as a string containing the IDs (GUID, OID or string) of the selected items, separated by ";". |
So I expect a String containing a GUID by choosing one VAC from the dialog created by this method. But the return value is not the GUID, it is not even a String.
I can handle the String conversion, but I'd like to know which value is returned by the method.
Has anyone experienced similar behaviour? Could it be a problem regarding the encoding?
Regards,
Maik