From: saladin.mundi@... Date: 2007-11-19T22:21:28+09:00 Subject: printing the array values in c ------=_NextPart_000_0131_01C82AB7.7B518160 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable hey. how is it possible to print out an array (T_ARRAY) in a C-method? example I want to get the instance methods via the corresponding c method. the = method returns T_ARRAY. VALUE es =3D rb_class_instance_methods(1, args, CLASS_OF(targetcl)); is there something like:=20 for(int i =3D 0; i