I use TikZ/PGF 2.00. In the CVS PGF manual pag. 563 we have
\def\myarray{{1,"two",2+1,"IV","cinq","sechs",sin(\i*5)*14}}
\foreach \i in {0,...,6}{\pgfmathparse{\myarray[\i]}\pgfmathresult, }
My question is: How can do the same but in TikZ/PGF 2.00?
