Polyphem Posted March 8, 2007 Posted March 8, 2007 (edited) Hi m8s, trying to play around with the IE UDF and stumbled upon this function _IETableWriteToArray. My code below is quiet the same as in the help file, except that i added the _ArrayDisplay. But nothing shows up!?! The array seems empty and _ArrayDisplay quiets with an error (because the array is empty ). Can somebody point me the right direction? Btw AutoIt 3.2.2.0. Thanks a lot... #include <IE.au3> #include <Array.au3> $oIE = _IE_Example ("table") $oTable = _IETableGetCollection ($oIE, 1) $aTableData = _IETableWriteToArray ($oTable) _ArrayDisplay($aTableData,"Table") _IEQuit($oIE) Edited March 8, 2007 by Polyphem This post will be edited again by Polyphem: Tomorrow, 11:55 AM
Will66 Posted March 8, 2007 Posted March 8, 2007 (edited) not sure but?MsgBox(0,"",$aTableData[0][0])Function Reference_ArrayDisplay --------------------------------------------------------------------------------Displays a 1-dimensional array in a message box.Function Reference_IETableWriteToArray --------------------------------------------------------------------------------Reads the contents of a Table into an Return ValueSuccess: Returns a 2-dimensional array containing the contents of the Table Edited March 8, 2007 by Will66
Polyphem Posted March 8, 2007 Author Posted March 8, 2007 Those who can read have a clear advantage , thanks for the hint... This post will be edited again by Polyphem: Tomorrow, 11:55 AM
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now