View Single Post
  #1   Report Post  
PierreL
 
Posts: n/a
Default from table to vector

I have a table that reads
a b c
d e

I would like to map it to
a
b
c
d
e
Can I do this with a function?
Thanks,
Pierre