how to fix

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)}
http://prntscr.com/4cvikg
how to fix
code to show the desired object
and not that it is not clear
 
Top Bottom