Result=Mul(Value1, Value2) or [Autoassign] Mul(Value1, Value2)

Return the multiplication operation of two values, these values can be a value of any type, for String type it make a a new string that contain Value2 characters of Value1, two values must be a string. If a return variable isn't defined, the result is stored on first varible parameter, unless command is a parameter of another command.