Is there a built-in function in Arc for concatenating two lists? There doesn't seem to be an append function available. I know you can add two lists with the + operator like shown below, but reading that makes me think I'm doing math, which is confusing when reading the code again. (+ (list 1 2 3) (list 4 5 6))
You are welcome to laugh about this.Is there also a function for adding two hash tables? + doesn't work for that. |