I was just going to reply that in looking at the samples, I noticed points were returned in the return code. So, next question is this: When I run an XLS file through the command line version, I get 3 return lines with percentages of 45.3%, 43.1% and 11.5% When I run the dll, I get return codes of 31500, 30000 and 8000. What conversion would I use to convert these integers to a floating point number to get the percentages?
Thanks