Valhalla Legends Archive

Programming => General Programming => Topic started by: ioSys on July 13, 2003, 08:22 AM

Title: SC Stats Parsing
Post by: ioSys on July 13, 2003, 08:22 AM
hi all. long time ago i wrote my statsparsingstring for SC/BW stats. Its not nice coded, but 100% stabile and i just want to know how all of you others have done yours.
Title: Re:SC Stats Parsing
Post by: Camel on July 13, 2003, 06:28 PM
           ParseStatString = Values(0) & _
                             IIf(Values(4) = 1, " (spawn)", "") & ": " & _
                             Values(3) & " wins" & _
                             IIf(Values(1), ", with a rating of " & Values(1) & " (high " & Values(6) & ")", "")