> function foo () > return {6, "hello", {}, 32} > end > > Result = foo() > NumValues = getn(Result) > FirstValue = Result[1] > LastValue = Result[NumValues] Okay, so, it was that easy. Thank you very much. Greetings, Matt