Código: Seleccionar todo
#include <Inet.au3>
#include <Array.au3>
#include <String.au3>
#include <File.au3>
$contador = 0
while $contador < 14
if $contador = 0 Then
local $url = _InetGetSource('http://chuiso.com')
Else
local $url = _InetGetSource('http://chuiso.com' & '/page/' & $contador & '/')
EndIf
local $aArray1
$aArray1 = _StringBetween ($url, '<h2>', '</h2>')
$contador2 = 0
While $contador2 < 7
$buffer = $aArray1 [$contador2]
$buffer = BinaryToString($buffer, 4)
Local $file = FileOpen ("Enlaces.txt",1)
if $file = -1 Then
MsgBox (0, "Error", "No se puede abrir")
Exit
EndIf
FileWriteLine($file, $buffer)
FileClose($file)
$contador2 = $contador2 + 1
WEnd
$buffer = $aArray1 &[$contador2]
$buffer = $aArray1 &^ ERROR
>Exit code: 1
$contador += 1
WEnd
Código: Seleccionar todo
$buffer = $aArray1 [$contador2]
$buffer = BinaryToString($buffer, 4)
(28) : ==> Subscript used on non-accessible variable.:
si me pudieran ayudar muchisimas gracias