|
|
|
SSC Rookie
      
Group: General Forum Members
Last Login: Tuesday, November 03, 2009 10:22 AM
Points: 26,
Visits: 3,729
|
|
the line at 537
If (StringAt(RawText, current, 2, "SH")) Then
Should be
If (StringAt(RawText, current, "SH")) Then
I think the 2 was left over from the original source code....
|
|
|
|