Old 7th January 2004, 15:53   #1
DOCa Cola
Senior Member
 
DOCa Cola's Avatar
 
Join Date: Feb 2003
Location: Germany
Posts: 223
Send a message via ICQ to DOCa Cola Send a message via AIM to DOCa Cola Send a message via Yahoo to DOCa Cola
Ini file readout without header

is there a way to read out a string out of a ini file that doesn't have a 'header'
usual ini file that works without problems:
code:

[Header]
Value1=A
Value2=B


my ini file i have a problem with
code:

Value1=A
Value2=B


so how can i read out a value now?

DOCa Cola
DOCa Cola is offline   Reply With Quote
Old 7th January 2004, 15:55   #2
Joost Verburg
NSIS MUI Dev
 
Join Date: Nov 2001
Posts: 3,717
I'm afraid that is not possible using standard Windows API. You will have to use file input commands and parse the strings.
Joost Verburg is offline   Reply With Quote
Old 7th January 2004, 15:57   #3
DOCa Cola
Senior Member
 
DOCa Cola's Avatar
 
Join Date: Feb 2003
Location: Germany
Posts: 223
Send a message via ICQ to DOCa Cola Send a message via AIM to DOCa Cola Send a message via Yahoo to DOCa Cola
ok, thx for the quick answer
DOCa Cola is offline   Reply With Quote
Reply
Go Back   Winamp & Shoutcast Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump