"Hi"+@NewLine+"There"
in the EmpName field if the string in the LastName field is Foster, and the string in the field named FirstName is Steven.
FIELD EmpName:= LastName + "," + @NewLine + FirstName;
@Implode(@Explode(description; "%"); @NewLine)