GoCubs;544868 Wrote: 
> 
> > 
Code:
--------------------
  >   > 
  >     my %mikeHash; 
  >     $mikeHash{'sport'} = 'Soccer';
  >     $mikeHash{'gameID'} = 'Game1';
  >     $mikeHash{'gameTime'} = '2:00pm';
  >     $mikeHash{'homeTeam'} = 'USA';
  >     $mikeHash{'homeScore'} = 5;
  >     $mikeHash{'awayTeam'} = 'Brazil';
  >     $mikeHash{'awayScore'} = 1;
  >     # optional team logos...
  >     
  >     addCustomSportScore(\%mikeHash);
  > 
--------------------
> > 
> 
> 

Thanks Greg.  That's what I was looking for.  I was planning on passing
in variables instead of strings and can't figure out the syntax for that
either.  

Looking for some flavor of this:
$mikeHash{'gameTime'} = $Player;

Erland, if you beat Greg out here feel free to chime in.  I know it's
basic stuff.

Thanks again.


-- 
Mike Meyer

'My Last.fm Page' (http://www.last.fm/user/malmeyer)
'PGAScores' (http://forums.slimdevices.com/showthread.php?t=47480) &
'CollegeHockey' (http://forums.slimdevices.com/showthread.php?t=55731) 
(SuperDateTime Add-ons)
------------------------------------------------------------------------
Mike Meyer's Profile: http://forums.slimdevices.com/member.php?userid=1832
View this thread: http://forums.slimdevices.com/showthread.php?t=77864

_______________________________________________
jive mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/jive

Reply via email to