Reply To: Difference between set and append Homepage › Clovertech Forums › Read Only Archives › Cloverleaf › Cloverleaf › Difference between set and append › Reply To: Difference between set and append April 7, 2005 at 1:11 pm #56279 James CobaneParticipant The concat command is used to join “lists” together; the append command is used to join values to a variable. So, depending on what your desired result is, you need to use the appropriate command.