how to deal with arrays in C code block or any other way
Posted: Tue Dec 23, 2008 2:03 pm
how to deal with arrays in flowcode??!!...
in conventional c ccode i used to declare an array like:
int x[80];
this one worked and was compiled
but when i tried to access any element in ths array by writing a c code block like --> x[k]=0;
while k is a flow code declared variable (integer) ...
it gives compilation errors ... please help me
i think that there is a way to make c code block interactes with flowcode declared variables .....
in conventional c ccode i used to declare an array like:
int x[80];
this one worked and was compiled
but when i tried to access any element in ths array by writing a c code block like --> x[k]=0;
while k is a flow code declared variable (integer) ...
it gives compilation errors ... please help me
i think that there is a way to make c code block interactes with flowcode declared variables .....