Thread
:
from table to vector
View Single Post
#
1
PierreL
Posts: n/a
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
Reply With Quote