View Single Post
  #10  
Old 11-04-2005, 01:16 AM
_dave_ _dave_ is offline
Junior Member
 
Join Date: Feb 2005
Location: UK
Posts: 17
Default Re: Tracker Question

Well spotted sniper, thank you.

I'm not sure how that happened, it seems to have word-wrapped when it shouldn;y have.

To re-state the problem, where it reads:

<font class="small">Code:</font><hr /><pre>sql = "SELECT Count(game_players.game_id) AS Hands,"

<font color="red">+ " Sum(game.rake/ game.number_of_players)-"+bonuscleared+"

AS MGR,"</font>

+ " MGR*"+rakebackdeal+" AS rakeback"</pre><hr />


should be:

<font class="small">Code:</font><hr /><pre>sql = "SELECT Count(game_players.game_id) AS Hands,"

<font color="blue">+ " Sum(game.rake/ game.number_of_players)-"+bonuscleared+" AS MGR,"</font>

+ " MGR*"+rakebackdeal+" AS rakeback"</pre><hr />

Sorry about that,

dave.
Reply With Quote