Hi,

You can try

  VALUE anyVal;
  ...
  VALUE strVal = rb_funcall(anyVal, rb_intern("to_s"), 0);

Regards,

Bill

-- 
Posted via http://www.ruby-forum.com/.