so now i try to initialize a variable array like this:

int amount=6;
int test_array[amount];

but it seems not to work

someone has a solution?

thanks in advance