Python Forum
extract an element of a list into a string
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
extract an element of a list into a string
#6
Thanks for your help, I understand this a lot better now. Turns out there was a strange error in my code I tracked down that was causing my code to no compile when I try to extract an element out of the list. This error is a result of not having to declare variables, any other language would have failed on this line, but instead if failed on a different line, misdirecting me.
Reply


Messages In This Thread
RE: extract an element of a list into a string - by alexs - Aug-30-2024, 09:24 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  removing one list element without using its index paul18fr 7 1,119 Feb-22-2025, 07:59 PM
Last Post: DeaD_EyE
  question about changing the string value of a list element jacksfrustration 4 2,068 Feb-08-2025, 07:43 AM
Last Post: jacksfrustration
  element in list detection problem jacksfrustration 5 1,824 Apr-11-2024, 05:44 PM
Last Post: deanhystad
  extract substring from a string before a word !! evilcode1 3 1,845 Nov-08-2023, 12:18 AM
Last Post: evilcode1
  list in dicitonary element problem jacksfrustration 3 1,597 Oct-14-2023, 03:37 PM
Last Post: deanhystad
Question Need help for a python script to extract information from a list of files lephunghien 6 2,546 Jun-12-2023, 05:40 PM
Last Post: snippsat
  Extract value from a list thesquid 2 1,582 Nov-29-2022, 01:54 PM
Last Post: thesquid
  Find (each) element from a list in a file tester_V 3 2,178 Nov-15-2022, 08:40 PM
Last Post: tester_V
  Сheck if an element from a list is in another list that contains a namedtuple elnk 8 3,359 Oct-26-2022, 04:03 PM
Last Post: deanhystad
  Membership test for an element in a list that is a dict value for a particular key? Mark17 2 1,978 Jul-01-2022, 10:52 PM
Last Post: Pedroski55

Forum Jump:

User Panel Messages

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