Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Help with converting strings to arrays
Post: RE: Help with converting strings to arrays

Thanks, that nailed it!!
lwatson49 General Coding Help 2 2,210 May-03-2018, 06:42 PM
    Thread: Help with converting strings to arrays
Post: Help with converting strings to arrays

I am trying to read in comma delimited data and build some numerical arrays. # get a comma delimited string row = ['10,20,40,50'] print (', '.join(row)) a = (','.join(row))...
lwatson49 General Coding Help 2 2,210 May-03-2018, 06:08 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020