Create Multiple Series
Posted: Thu Aug 13, 2015 3:15 am
Hello,
I have a string object sername which contains numerous series names.
e.g.
UKX
ASX
MCX
I would like to write a program which uses the sername object and loops through the series names to create new series
e.g.
UKX_new
ASX_new
MCX_new
etc.
I know it's a simple question but I am completely failing to loop through my string object.
Can some-one help please?
I have a string object sername which contains numerous series names.
e.g.
UKX
ASX
MCX
I would like to write a program which uses the sername object and loops through the series names to create new series
e.g.
UKX_new
ASX_new
MCX_new
etc.
I know it's a simple question but I am completely failing to loop through my string object.
Can some-one help please?