Jump to content

FFTableWriteToArray


Recommended Posts

I am new to FF.au3 and  have been having problems using _FFTableWriteToArray.  I have used the example script and am unable to get this to work on my system.  Here is what I currently have:

 

#Include <FF.au3>
#Include <Array.au3>

_FFStart("http://ff-au3-example.thorsten-willert.de/")
$i=_FFGetLength("tables")
MsgBox(0,"","i = " & $i)

$aTable = _FFTableWriteToArray(1)
MsgBox(0,"","before array display " & @error)
_ArrayDisplay($aTable)
MsgBox(0,"","after array display")

 

When I call _FFGetLength on tables, it returns $i=3 (and there are 3 tables in this example).  But when I call _FFTableWriteToArray(1), I get a _FF_Error_GeneralError.

Any help would be appreciated!

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...