mooboo Posted June 1, 2004 Posted June 1, 2004 Script is like this... $hey = IniRead("config.ini", "one", "hey", "default") msgbox (0, "", "" & $hey & "") exitConfig is like this... [one] hey="hey"The return is hey and not "hey". How can I get the variable to return with "" 's?
msb5150 Posted June 1, 2004 Posted June 1, 2004 (edited) Use ' in front of the desired " in the ini file: [one] hey='"hey"' Edited June 1, 2004 by msb5150
pekster Posted June 1, 2004 Posted June 1, 2004 For more information on the issue, see FAQ #7 in the helpfile. [font="Optima"]"Standing in the rain, twisted and insane, we are holding onto nothing.Feeling every breath, holding no regrets, we're still looking out for something."[/font]Note: my projects are off-line until I can spend more time to make them compatable with syntax changes.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now