wuut
its as include for my pyload script, the html source code contains like 500 lines :S i thought to something like this but i get error
$GBArr = StringRegExp($sPaket,'<label style="font-size: 0.8em; font-weight: bold; padding-left: 5px; position: relative; top: -17px">[\r\n]+[ ]+(\d+) / (\d+)</label>',3)
but i get
"C:UsersKNG HOLDYDesktop_FB_Tools 1.5includesPyload_Selfmade.au3" (94) : ==> Subscript used on non-accessible variable.:
Msgbox(1, $GBArr[0], $GBArr[1])
Msgbox(1, $GBArr^ ERROR
if i wanna call it with
Msgbox(1, $GBArr[0], $GBArr[1])