Hi,
I do the ski racing results for the Far West Racing Association (www.fwra.com) and a couple of its member leagues, where we have our own results processing program (due to using a pretty complex handicap-based system) that can import the SplitSecond databases that we get from the resorts.
This season we have hit a problem doing that import, which I've fixed by a work around in our code, but I'm wondering if it may be a bug in the latest version of SplitSecond that the resort is using (Club version 5.0.0).
In the SplitSecond Club XML database files, a user's results are given in a <Comp> entry, and for a 2-run course that holds two <Time> entries. In results from previous versions of SplitSecond those time entries each have a <Course> attribute giving the "course" (run) number as 1 or 2 ("<Course>1</Course>" and "<Course>2</Course>") but now we are getting course number zero ("<Course>0</Course>") in both time entries.
So, is this a deliberate change or a bug?
Ian
Original Post