Quantcast
Channel: AutoIt v3 - General Help and Support
Viewing all articles
Browse latest Browse all 12506

Array with decimal help!

$
0
0
I honestly have no idea why this isn't working.  It should be simple!
This is just a brief example of what I'm trying to do.


#include <array.au3>

dim $test[5]
$test[0]  = 55
$test[1] = 59.25
$test[3] = 65
$test[4] = 65.45

mouseclick("left", 410, 203, 1)
sleep(100)

for $i = 0 to 3
	send($test[$i])
	sleep(50)
	send("{enter}")
	sleep(50)
next


The problem is the the loop doesn't get past the decimal.  Any help would be awesome.  All its trying to do is write that array to an open notepad

Viewing all articles
Browse latest Browse all 12506

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>