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 ), 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