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

Error parsing function call in 2d array...

$
0
0

Hi, im pretty new here and in autoit too :)

trying to learn somehow and so i started my first project, but im getting more and more errors ^^

i was viable to solve most of them by myself (searching the internet for answers if i can call that by myself :P), but This sort of error is killing me.

 

$Spielfeld[ i ][ j ] = 0

$Spielfeld[  ^ERROR

 

Error: Error parsing function call.

 

the code:

 

 

For $i = 8 to 0 step -1
   For $j = 0 to 9
         $Spielfeld[ i ][ j ] = 0
   next
next

 

 

not that much....

the idea behind this is that i have a field that i want to clear  in the beginning of my code

 

hope you guys can help me :)

 

greeting jawed


Viewing all articles
Browse latest Browse all 12506

Trending Articles



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