Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
any way to don't show the "execution of script failed - reload old data?" in case of error during the load statement?
Thanks
 
					
				
		
 giakoum
		
			giakoum
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		No but there is a save before reload option, so that at least you don't lose your changes (under settings --> user preferences) :
 
					
				
		
 marcus_sommer
		
			marcus_sommer
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		You could try it with ERRORMODE (have a look within the help) but not all errors could be caught.
- Marcus
 Gabriel
		
			Gabriel
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
Probably set the
set ErrorMode=0;
And change it back at the end of the script
set ErrorMode=1;
 
					
				
		
I tryed this solution but doesn't work for "the last" message "execution of script failed"
