I'm very new to Mathematica, so here comes a newbie question.
I have a list of numbers, such as {12,35}, and want to concatenate them to produce a single-element list: {1235} in this example. I then want to extract that element as an integer, 1235. Can someone please give me a clue.
Geoffrey Marnell