Jump to content

Recommended Posts

Posted

Func FKanCheckScore()
    $kcsIR1=IniRead($gIniPath,$Ini2,"SCORE",0)
    $kcsSS=StringSplit($kcsIR1,"")
    ReDim $kcsSS[6]
    For $kcaL=1 To 5
        If $kcsSS="" Then
            $kcsSS=0
        EndIf
    Next
    Return $kcsSS
EndFunc

let's make this short and sweet.

My problem here is that this lovely function doesn't 0-fy the blanks. There ARE blanks.

suggestions?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...