Re: Help with INI problems
Use the compare two general values condition of the Special object to compare GroupItemValue( "Ini", "register", "registered") against your value.
Re: Help with INI problems
Re: Help with INI problems
No wait, it still doesn't work...
Re: Help with INI problems
sould it not maybe be GroupItemString$
Re: Help with INI problems
GroupItemString$ if you wanna compare strings. GroupItemValue if you wanna compare values (numbers).
Re: Help with INI problems
Neither work... still get same error...
Re: Help with INI problems
Are you forgetting the quotation marks for registration/registered? We need more info.
Re: Help with INI problems
Quote:
Originally Posted by Joshtek
Are you forgetting the quotation marks for registration/registered? We need more info.
Dang... How could I have forgotton to try the quotation marks... it never said anything about that... That fixes everything! Thanks!
Re: Help with INI problems
Quotation marks go around anything you want to be interpreted literally - parameters without quotes around them are for terms that you're wanting MMF2 to replace as appropriate. I'm sure I had a better way of explaining this before, but that's the best I can come up with after no sleep...