Ex
$val = 1000 ;OK!
$val = "1000" ;bad
$val = GuiCtrlRead($input) ;bad
$val = IniRead("det.ini", "settings", "val", "1000") ;bad
I mean with like will use $val = 1000 in this script is good but use a different from the examples already bad
script
Func izolatka()
$formid = 5
$sepa = 1
For $x = 1 To $strony
_IENavigate($IE, "http://bialoleka.prisonwars.pl/"&$strona1&"/" & $sepa & "/")
$html = _IEBodyReadHTML($IE)
$kasa = _StringBetween($html, "class=right>$", "</td>")
For $y = 0 To UBound($kasa) - 1
; MsgBox(0, $s, $kasa[$s])
; ToolTip($kasa[$y], 2, 2)
Sleep(90)
$kasax = StringReplace($kasa[$y], " ", "")
MsgBox(0, "", $kasax)
If $val <= $kasax Then
TrayTip("Bot", "Wykupuje z izoltaki zysk: " & $kasa[$y], 10, 1)
$form = _IETagNameGetCollection($IE, "form", $formid + $y)
;MsgBox(0, "", "")
EndIf
Next
$sepa += 1
Next
EndFunc ;==>izolatka
If you want I can give my whole script
I can do something with this?