I have a global property that I'd like to initialize to a value found
within a line of text, in a text file. This file is close to an ini-file
format, except that it doesn't have section headers, so I'm not sure
that I can use IniFileSearch (the compiler keeps complaining about a
null or missing section header). Also, are there any methods to
parse/split strings?

I have a line such as: 
  naming.provider.url=xxx://127.0.0.1:1099
, where I want to be able to retrieve the text 127.0.0.1.


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to