or, using the function, this is what i am doing and it is not working:

Dim $MSO_Ver
$MSO_Ver = GetOfficeDetails2()
$rc Open (9, "\\servershare\Office_Versions.csv", 5)
$rc = writeline (9, @TIME + "," + @DATE + "," + @WKSTA + "," + @USERID + "," + @fullname + "," + $MSO_Ver + @CRLF)
$rc = close(9)

it's telling me "this type of array not supported in expressions." any idea?