Jump to content

KenHorse

Members
  • Posts

    70
  • Joined

  • Last visited

Everything posted by KenHorse

  1. I am reading in a table and ordering it by a column labeled "sub" and generating an HTML table. The "sub" column entries are in numerical order (i.e. 1 2 3 4 5 6 7 8 10 11 12 etc. etc.). There are over 100 entries in this table as well. The problem I'm facing is probably obvious to some of you as the display is 1 10 100 101 102 103 105 11 12 13 14 15 16 17 18 19 2 20 and so on... Obviously I'd like the display to be in numerical order. What can I do?
  2. I am reading in a table and ordering it by a column labeled "sub" and generating an HTML table. The "sub" column entries are in numerical order (i.e. 1 2 3 4 5 6 7 8 10 11 12 etc. etc.). There are over 100 entries in this table as well. The problem I'm facing is probably obvious to some of you as the display is 1 10 100 101 102 103 105 11 12 13 14 15 16 17 18 19 2 20 and so on... Obviously I'd like the display to be in numerical order. What can I do?
  3. Thanks. It sees them now (Not a big deal to replace the () with [] after all....)
  4. I have a Windows-style ini file that contains entries as such: [Timers] Timer(1)=50 Timer(2)=30 Timer(3)=20 The entries represent an array of 3 different timers Apparently parse_ini_file can't deal with the () format. Is there any way to use this format ini file without having to change how arrays are designated?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.