R
RF
Hey all,
I have a string in which i want to drop variables into and produce a large
list of these. The problem is the last variable i am working with. This
digit represent the number of records i want to create. ie:
State Type Number
AAA Car 2
BBB Boat 3
To then produce this merge:
AAA Car 1
AAA Car 2
BBB Boat 1
BBB Boat 2
BBB Boat 3
Is this possible?
Thanks for any advice
Richard
I have a string in which i want to drop variables into and produce a large
list of these. The problem is the last variable i am working with. This
digit represent the number of records i want to create. ie:
State Type Number
AAA Car 2
BBB Boat 3
To then produce this merge:
AAA Car 1
AAA Car 2
BBB Boat 1
BBB Boat 2
BBB Boat 3
Is this possible?
Thanks for any advice
Richard