Hi all! Could anyone tell me how to write a function to create a string array (like the %w notation in ruby or Perl) ? (or redirect me to the right place in the doc!) ex: f(a, b, c) would return {"a", "b", "c"} Thanks Stephane