Valhalla Legends Forums Archive | General Programming | SC Stats Parsing

AuthorMessageTime
ioSys
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.
July 13, 2003, 1:22 PM
Camel
[code] ParseStatString = Values(0) & _
IIf(Values(4) = 1, " (spawn)", "") & ": " & _
Values(3) & " wins" & _
IIf(Values(1), ", with a rating of " & Values(1) & " (high " & Values(6) & ")", "")[/code]
July 13, 2003, 11:28 PM

Search