﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
779	New built-in function to replace values of cells in a matrix	Víctor de Buen Remiro	Víctor de Buen Remiro	"In some circumstances it's needed a fast way to code and decode contens of matrices.

{{{
Matrix MatReplace(Matrix data, Matrix old, Matrix new)
}}}

This function sholud replace in arbitrary matrix 'data' all occurrences of cell given in column matrix 'old' by corresponding cell in column matrix 'new', having obviously the same dimensions that 'old'.

CAUTION!: 'old' cannot have repeated cells
"	task	closed	highest	Mantainance	Various		blocker	fixed		
