Tagged Questions
1
vote
3answers
57 views
AutoIT, print Array output to text file
This is my first ever post on Stackoverflow! any help would be much appreciated.
Im an AutoIT beginner and trying to create a script that takes a string, converts it to ASCII and saves it in an array ...
0
votes
1answer
28 views
AutoIt find Largest Array Bound between n*.6<=n<=n*1.4
Need some help on this from someone smart...lol.
So as the title basically says. Im using autoit developing a script. I want to loop through some numbers and put them in an array. I then want to find ...
0
votes
2answers
113 views
XML Read to Array in Autoit
Is there any easy way to open/edit/save XML file? Any function which can open xml file into array? I tried _FileReadToArray($filepath, $aArray) but this has wrong codding (I need utf-16, not ansi)
1
vote
1answer
32 views
@error value using _FileListToArray
I'm writing a script to parse through all user profiles on a machine and check the contents of a directory. Depending on the contents of the directory, certain folders may be deleted.
For each user, ...
0
votes
2answers
445 views
AutoIt Parse CSV Columns to Array
I have an AutoIt Script that i need to get the Columns in CSV file and load them into an array (Possibly a multidimensional array or array of arrays). I have used the CSV.au3 functions by ProgAndy ...
0
votes
1answer
149 views
Error getting the required output in SendKeys using arrays..
I am new to VBScript and AutoIt. I have been trying to make changes to a VBScript (text file) using an AutoIt script by taking input from the user in form of comma-seperated commands and then writing ...
0
votes
2answers
653 views
Extract a value from an AutoIt array and send it to screen
I want to make a monkey testing for a website with autoit and I want to press some clicks randomly and send some values to the screen. I tried the script on a word document and the only character that ...
1
vote
2answers
668 views
Autoit - nested arrays
I'm trying to access a value in a nested array in Autoit, but I'm getting the out of range error message.
This is my code:
Func ThisFunction()
local $one[6] = [1, 2, 3, 4, 5, 6]
local $two[6] = ...
1
vote
1answer
3k views
Read values from INI file into string array
I have decided to have an accompanying .ini file with an executable so that I do not have to hard code items that appear in a drop down menu. I have created the .ini file and using the IniReadSection ...
1
vote
2answers
3k views
How to get the number of elements in AutoIt array?
I have defined an array that can hold 10 elements. I have add 3 elements into it. How do I get the current number of elements of the array (which is 3 in our case)?
Thanks
0
votes
2answers
192 views
Simple General Questions about C++
Ive moved from autoit and am now learning C++ and some problems keep coming up.
The first one is storing character input. The problem is that I have no idea how many characters are in that line of ...
0
votes
1answer
4k views
AutoIt Get subarray from array
Simple piece of code, in which we want to store the element of array (which in turn is another array) in another variable:
Global $arr[1][2] = [ [1, 2] ]
Global $sub = $arr[0]
And we get
Array ...
0
votes
1answer
432 views
How To… Sort 4 x 1D arrays?
I have four arrays all containing related data,
Data Example:= (Array 1 | Array 2 | Array 3 | Array 4)
R.E.M.|In Time: The Best Of R.E.M. 1988-2003|album:6G5BGhEiLvck3kvKpSYw2y|Rock
Nick ...