Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Split not working
#1
Hi, I want to know why my split is not wokring (the other splits are perfectly working :

for ligneTiers in contenuTiers:
         ligneSplit = ligneTiers.split(';')
         sys.stderr.write(ligneSplit[0])
Initial = 78717;26410009000010;0;0;1
Expected = 78717
Result = 7871726410009000010001
Reply


Messages In This Thread
Split not working - by morgandebray - Aug-09-2018, 09:02 AM
RE: Split not working - by j.crater - Aug-09-2018, 09:30 AM
RE: Split not working - by grkiran2011 - Aug-09-2018, 09:32 AM
RE: Split not working - by morgandebray - Aug-09-2018, 09:34 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [split] Script has stopped working santhosh 1 3,275 Feb-27-2017, 03:21 PM
Last Post: Ofnuts

Forum Jump:

User Panel Messages

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