Jump to content

Trying to export IE Table data using _IETableGetCollection _IETableWriteToArray _FileWriteFromArray


Recommended Posts

Hi All,

I'm trying to export IE Table data using _IETableGetCollection _IETableWriteToArray and finally _FileWriteFromArray. It is a 2 dimensional array with 1 row and 1 column. I could really use some help please... Sorry! I don't ask for it unless I really need it and I'm really freakin confused :(

Using v3.3.8.1 but I'm still getting "Array variable has incorrect number of subscripts or subscript dimension range exceeded."

$s_Temp &= $s_Delim & $a_Array[$x][$y]

$s_Temp &= $s_Delim & ^ ERROR

NEVERMIND I GOT IT.... sorry...

Local $file = FileOpen("test.txt", 9)

; Check if file opened for writing OK
If $file = -1 Then
MsgBox(0, "Error", "Unable to open file.")
Exit
EndIf

; FileWriteLine($file, $output) ; This works!

_FileWriteFromArray ($file, $atabledata)

FileClose($file)

_ArrayDelete($atabledata,1)
Edited by souldjer777

"Maybe I'm on a road that ain't been paved yet. And maybe I see a sign that ain't been made yet"
Song Title: I guess you could say
Artist: Middle Class Rut

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...