Open JakubLinhart opened 6 years ago
Code like this is not supported but seems to work on .99:
arg(pocet_strazi,<finduid(<tag(mesto)>).tag(guardcont)>.rescount>)
Find the first object with tag(mesto) id, then find the second object with tag(guardcont) of the first object. Then evaluate rescount property.
tag(mesto)
tag(guardcont)
rescount
Code like this is not supported but seems to work on .99:
Find the first object with
tag(mesto)
id, then find the second object withtag(guardcont)
of the first object. Then evaluaterescount
property.