ultraflip 0 Posted August 12, 2010 in attempts to utilize a sample script made by one of our users on the forum, i've run into the following error: Line 476 (File "the file i'm trying to run.au3"): DllStructSetData$StBuffer, "Text" $aItems[$iI][0]) DllStructSetData$StBuffer, "Text" ^ ERROR Error:Array variable has incorrect number of subscripts or subscript dimension range exceeded link to original example script created by timan12 http://www.autoitscript.com/forum/index.php?showtopic=103082 any help would be greatly appreciated. regards flip Share this post Link to post Share on other sites
seandisanti 6 Posted August 13, 2010 in attempts to utilize a sample script made by one of our users on the forum, i've run into the following error: Line 476 (File "the file i'm trying to run.au3"): DllStructSetData$StBuffer, "Text" $aItems[$iI][0]) DllStructSetData$StBuffer, "Text" ^ ERROR Error:Array variable has incorrect number of subscripts or subscript dimension range exceeded link to original example script created by timan12 http://www.autoitscript.com/forum/index.php?showtopic=103082 any help would be greatly appreciated. regards flip Does the original script error out, or your modification? assuming the latter, seeing YOUR code would probably be more helpful Share this post Link to post Share on other sites