array multiple data types???

I want to make an array who have for example:
1
2
3
  c[0] = 0; 
  c[1] = "fgdfg";
  c[2] = 2.0

is this possible???
Topic archived. No new replies allowed.