
Next problem:
One of the checks we run, is getting the version of software (ArcServe backup). I know where to find them in the registry and I can return them as a string, but I would like to store the value in a database in 3 different columns (major, minor and build, eg: 8.6 build 6524). For the moment, javascript is returning "8.6 build 6524" as one string, but I don't think HM can store 8.6 build 6524 in 3 different tables...
So, the question is: can I return multiple variables and can HM handle them? Or do I have to make 3 separate tests (one for major, one for minor and one for build)?