I just spent 2 hours try to make an array like this ... // static float O_O [3] ={1.0, 2.0, 3.0} ; and I'm still not able to do make it workng

No matter if I try to make a constant or a variable
All the time I try to make an array and insert the value I have a "syntax" error .. Ok, but where I can find the right syntax? I check a lot of PDF from the website but I was not able to find something like this

Create an Array is very basic things, should be easy to do it

I also tried to create the array inside a C codebox but also it was not appearing as a variable anyware.
Basically what I want to do is create a static Array and assign in sequence the values to somethings, lets say to a PWM duty cycle, so I can have the same value rotating over and over
"Luckily" (just to be positive ) I will be out of work for a long time so I can experiment, so I'm learning C and now flowcode as well, but somehow for the moment I found C more easy .. something wrong with me

Thank you