Re: How to concatenate strings with iteration in a loop?

2019-06-02 Thread Peter Otten
DL Neil wrote: > On 21/05/19 8:40 PM, Paul Moore wrote: >> On Tue, 21 May 2019 at 09:25, Frank Millman wrote: >>> >>> On 2019-05-21 9:42 AM, Madhavan Bomidi wrote: Hi, I need to create an array as below: tempStr = year+','+mon+','+day+','+str("{:6.4f}".format(UTCHrs[

Re: How to concatenate strings with iteration in a loop?

2019-06-01 Thread DL Neil
On 21/05/19 8:40 PM, Paul Moore wrote: On Tue, 21 May 2019 at 09:25, Frank Millman wrote: On 2019-05-21 9:42 AM, Madhavan Bomidi wrote: Hi, I need to create an array as below: tempStr = year+','+mon+','+day+','+str("{:6.4f}".format(UTCHrs[k]))+','+ \ str("{:9.7f}".format(AExt[k,0]))+','+str

Re: How to concatenate strings with iteration in a loop?

2019-05-21 Thread Paul Moore
On Tue, 21 May 2019 at 09:25, Frank Millman wrote: > > On 2019-05-21 9:42 AM, Madhavan Bomidi wrote: > > Hi, > > > > I need to create an array as below: > > > > tempStr = year+','+mon+','+day+','+str("{:6.4f}".format(UTCHrs[k]))+','+ \ > > str("{:9.7f}".format(AExt[k,0]))+','+str({:9.7f}".format(A

Re: How to concatenate strings with iteration in a loop?

2019-05-21 Thread Frank Millman
On 2019-05-21 9:42 AM, Madhavan Bomidi wrote: Hi, I need to create an array as below: tempStr = year+','+mon+','+day+','+str("{:6.4f}".format(UTCHrs[k]))+','+ \ str("{:9.7f}".format(AExt[k,0]))+','+str({:9.7f}".format(AExt[k,1]))+','+ \ str("{:9.7f}".format(AExt[k,2]))+','+str("{:9.7f}".format(

How to concatenate strings with iteration in a loop?

2019-05-21 Thread Madhavan Bomidi
Hi, I need to create an array as below: tempStr = year+','+mon+','+day+','+str("{:6.4f}".format(UTCHrs[k]))+','+ \ str("{:9.7f}".format(AExt[k,0]))+','+str({:9.7f}".format(AExt[k,1]))+','+ \ str("{:9.7f}".format(AExt[k,2]))+','+str("{:9.7f}".format(AExt[k,3]))+','+ \ str("{:9.7f}".format(AExt[k,4