Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 4 of 4
  1. #1
    Join Date
    Apr 2006
    Posts
    12

    Post Getting multiply Valuenames form INI

    Is it possible to get all the values from multiple value names that are the same but are in different sections? Thanks


    Example of ini
    Code:
    [04-09-2006_01-01-50]
    Link= 11111111111111
    Info= 111111111
    Misc= 222222222
    [04-09-2006_01-12-27]
    Link= 111111111
    Info= 111111111
    Misc= 222222222
    Last edited by volt; 04-08-2006 at 11:36 PM.

  2. #2
    Join Date
    Sep 2002
    Location
    Sol 3
    Posts
    3,160
    Yes it is. What I would do is get the section names, then loop through those with a for loop and get the value of the value name you want if available and then on to the next.
    TJ-Tigger
    "A common mistake that people make when trying to design something completely foolproof was to underestimate the ingenuity of complete fools."
    "Draco dormiens nunquam titillandus."
    Map of IR Forum Users - IR Project CodeViewer - Online Help - TiggTV - QuizEngine

  3. #3
    Join Date
    Apr 2006
    Posts
    12
    Thanxs TiGGeR,
    Not to good @ looping stuff, but I will try it a post back if I can't figure it out.

  4. #4
    Join Date
    Apr 2006
    Posts
    12
    Got it!!! =P

Similar Threads

  1. INI file to populate a listbox
    By pjhiggins in forum AutoPlay Media Studio 5.0
    Replies: 17
    Last Post: 05-04-2004, 04:08 PM
  2. regarding ini files
    By jhn9119 in forum AutoPlay Media Studio 5.0
    Replies: 3
    Last Post: 01-02-2004, 02:10 PM
  3. Using XML Or INI files during install
    By djpyne in forum Setup Factory 6.0
    Replies: 0
    Last Post: 10-15-2003, 10:55 AM
  4. A preference for including an external INI file
    By TimCarroll in forum Setup Factory 6.0
    Replies: 1
    Last Post: 07-22-2002, 10:38 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts