Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Worksheets doesn't get processed when files to be processed are more than 1
Post: Worksheets doesn't get processed when files to be ...

**sad** My issue is when ever I copy worksheets from 1 file to another it works, but not from 1 file to multiple files. To elaborate further, if files to be copied are more than 1, copy doesn't work s...
begood321 General Coding Help 0 1,769 Aug-24-2018, 05:09 AM
    Thread: Search for string values in
Post: RE: Search for string values in

Thanks Tannishpage, your solution works, much appreciated
begood321 General Coding Help 7 4,275 Mar-21-2018, 02:10 AM
    Thread: Search for string values in
Post: Search for multiple string values in array

Hi Guys, I didn't explain well previously. I'm trying to find specific string if available in a string array via if conditions as seen below in my code. The current code doesn't work, but will only ...
begood321 General Coding Help 7 4,275 Mar-20-2018, 10:53 PM
    Thread: Search for string values in
Post: RE: Search for string values in

I'm trying to find multiple values via if conditions as seen below in my code. If either is found in original string array (arr), print out entire string with value. Any help is greatly appreciated, t...
begood321 General Coding Help 7 4,275 Mar-20-2018, 08:18 PM
    Thread: Search for string values in
Post: Search for string values in

arr2 = [x for x in arr if re.search('MINS', str(x), flags=0)] for item in arr2: print(item)
begood321 General Coding Help 7 4,275 Mar-20-2018, 07:46 PM

User Panel Messages

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