You are not logged in.
Pages: 1
I am using the Objects property of IdocList.
For example:
var dL: IdocList;
for var d: IdocDicts in dl.Objects('Name=', '')
I found that it skips the d objects that do not have a 'Name'."
It seems like you're trying to iterate through an IdocList and filter or process objects based on their 'Name' property, but the issue is that objects without a 'Name' are being skipped.
Offline
want to extract the elements that do not have a key.
is that possible?
Offline
Pages: 1