Hi,
As long as you aren't making a new execution or thread, you can use the result list local variable to iterate through.
Locals.ResultList[x] will contain the fields you need to use normally for reporting to a database. But in the case of a sequence call, you can use Locals.ResultList[x].TS.SequenceCall to get the result list of the sequence that is called.
If you have the sequence call as a new thread, you will need to wait for the threads or executions to finish executing before accessing the local variable.