home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / i / inifn135.zip / DEMO.INI < prev    next >
INI File  |  1993-03-05  |  420b  |  33 lines

  1. ;
  2. ; demo.ini
  3. ;
  4. ; INI file for simple demonstration program
  5. ;
  6.  
  7.  
  8. [dada]
  9. text="there can be a lot of stuff in this file !"    ; Just some junk
  10.  
  11.  
  12. [test]
  13. #
  14. # This is the section containing our test data
  15. #
  16. string = HelloWorld
  17. bool=true
  18. short=1
  19. ushort=0x100
  20. ushorts=0,0,0,0,0
  21. long= 0x0
  22. ulong=123456789
  23. strings=aaa, bbb, ccc, ddd, eee
  24.  
  25. #
  26. # Our test section ends here
  27. #
  28.  
  29. [SomeOtherSection]
  30. long=1
  31.  
  32.  
  33.