#1 2025-03-07 15:46:06

FatimaEzzahraa14
Member
Registered: 2024-11-22
Posts: 3

IDocList/IdocDict

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

#2 2025-03-07 20:24:54

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,926
Website

Re: IDocList/IdocDict

If you search for a value of a given key, the key should exist.
By definition.

Or I don't understand what you expect.

Offline

#3 2025-03-08 09:53:13

FatimaEzzahraa14
Member
Registered: 2024-11-22
Posts: 3

Re: IDocList/IdocDict

want to extract the elements that do not have a key.
is that possible?

Offline

Board footer

Powered by FluxBB