S
SEMA
Guest
Code:
if ${EntityIterator:First(exists)}
do
{
;echo ${EntityIterator.Value}: ${EntityIterator.Value.Name}
EntityIterator.Value:GetCargoScannerResults[TestIndex]
TestIndex:GetIterator[TestIterator]
if ${TestIterator:First(exists)}
do
{
echo ${TestIterator.Value}
}
while ${TestIterator:Next(exists)}
}
while ${EntityIterator:Next(exists)}
how to fix
code to show the desired object
and not that it is not clear