The problem is that the result of `execProcess` contains trailing whitespace (a
newline in this case). Try:
return execProcess(command & """""" & filepath & """") /
1000""").strip.parseInt
- TaintedString.parseInt problem luntik2012
- Re: TaintedString.parseInt problem Stefan_Salewski
- Re: TaintedString.parseInt problem luntik2012
- Re: TaintedString.parseInt problem flyx
- Re: TaintedString.parseInt problem luntik2012
- Re: TaintedString.parseInt problem Stefan_Salewski
