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

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