Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Phasing a tabbed file?
#3
If you are using dictionary as your "nested array", you'll have a problem with syntax because this is not a valid dictionary:

{
    "value",
    "key": "value"
}
You cannot mix values with and without keys (dictionary without keys is actually a different data type - set).
Reply


Messages In This Thread
Phasing a tabbed file? - by Joseph_f2 - Dec-13-2017, 09:35 PM
RE: Phasing a tabbed file? - by j.crater - Dec-13-2017, 09:51 PM
RE: Phasing a tabbed file? - by Joseph_f2 - Dec-14-2017, 01:43 PM
RE: Phasing a tabbed file? - by ODIS - Dec-14-2017, 12:44 AM
RE: Phasing a tabbed file? - by Joseph_f2 - Dec-14-2017, 11:44 PM
RE: Phasing a tabbed file? - by ODIS - Dec-15-2017, 03:53 PM

Forum Jump:

User Panel Messages

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