 KB_GenMtrs
		
			KB_GenMtrs
		
		
		
		
		
		
		
		
	
			04-10-2014 12:03 PM
In a sequence file, when setting a parameter variable equal to a local variable, what's the difference between using 'expression' or 'assignment' ? Is assignment for only the value at the time that line of code is executed, and expression for continuous updating? Thanks.
Solved! Go to Solution.
 Jarrod_S.
		
			Jarrod_S.
		
		
		
		
		
		
		
		
	
			04-10-2014 12:06 PM
The difference is only cosmetic. Assignment is just an expression with an assignment already typed into the text field. It was really only for educational purposes.