oh that's cool!
Does everything on mivascript.com follow the same pattern so we can use it in storemorph?
<MvXXXXXXXXXX> translate to <mvt:XXXXXXXX /> like <MvFOREACHCONTINUE> equates to <mvt:foreachcontinue />
					
					
					
				
			Announcement
				
					Collapse
				
			
		
	
		
			
				No announcement yet.
				
			
				
	
what does <mvt:foreachcontinue /> do?
				
					Collapse
				
			
		
	X
- 
	
		
		
		
		
		
	
	
	
	
 http://www.mivascript.com/item/mivas...HCONTINUE.html
 
 Its skips execution of anything after it (within the foreach loop) and returns back to the top on the next iteration.
 Leave a comment:
- 
	
		
		
			
			
			
		
		
		
		
	
	
	
	
 what does <mvt:foreachcontinue /> do?I have a template that has
 <mvt:foreachcontinue />
 in it.
 
 and I only found one reference to in the forums which doesn't say anything (it's a bug report).
 and it isn't in the docs or developer resources.
 
 it doesn't skip the rest of the stuff inside the foreach loop...
 which I guessed might be what it is supposed to do.
 
 Does anyone know what it is supposed to do?Tags: None
 

Leave a comment: