How to resume on error with included sub scripts (FB6)

Hi @all!

I have a FB script which includes two sub scripts. Now I want to resume on (build) error from the place where the error occurs. This place is most the time in the first included sub scripts (which contains a lot build actions for .NET solutions). How can I do this? At the moment when I resume on error he uses the error place in the main script and not the place in the sub script. So the whole sub script one will be executed again...

I hope anybody can help me with this...

Thanks a lot!
Regards...
P

Hi Pascal

This is unfortunately not possible.

Hi Vincent

Thanks for your answer. So I have to search for another solution for this problem…

Regards,
P