Contents:
Function that joins an array of numbers with j as separator. For example, joinlist(‘^’, [1,2]) returns 1^2
j – separator
mylist – list of numbers