Regular visitors to Digiguide.tv will notice that you now require a subscription to use some of the features.
However, you can give the FREE 7 day trial version of Digiguide.tv Premium a try. Build up your profile with programmes that you like, personalise your grid and set some reminders. Remember, to get a year's worth of personalised TV content for less than 1p per day simply subscribe to Digiguide Premium
Compare two items and return their relative sort order
Remarks
Called when DigiGuide needs to compare two items. Normally this is called either when new items are being added to a list or when the user sorts columns.
DigiGuide automaticallys selects the correct font so there is no need to select a font, but you are free to use whatever font you want.
Parameters
Parameter
Description
Programme programmeLeft
Programme programmeRight
Returns
The result of the comparison
return 0 if the items are the same
return -1 if programmeLeft is "less than" programmeRight
return 1 if programmeLeft is "greater than" programmeRight