Formats String according to Mask. Any char "x" in Mask stands for a char in String, any other char stands for itself.
Picture( String, Mask )
Numeric Result
Picture ("123", "-x+2*x+3*x") -> -1+2*2+3*3