Answers for "velocity add item to array"

0

velocity add item to array

#* 
 *	The function add() returns a boolean value (whether the add was 
 *	successfull or not). Therefore, passing the boolean value to an 
 *  unused variable prevents the value from being printed to the screen.
 *#
 
#set($list = $array.add($item))
Posted by: Guest on October-22-2020

Browse Popular Code Answers by Language