R
Rajkumar Surabhi
Hi all,
i have an array contains no of elements. i want to concatinate 91 before
every elemnt of array. example
i have
A= [234,456,raju] like this
i want the out put arry tobe A=[91234,91456,91raju] like thissss
i want to add 91 before every element
how to do this
i have an array contains no of elements. i want to concatinate 91 before
every elemnt of array. example
i have
A= [234,456,raju] like this
i want the out put arry tobe A=[91234,91456,91raju] like thissss
i want to add 91 before every element
how to do this