05 Oct 2006, 03:04
Though I'm no good at coding, I had a similar
problem with the " = " sign. As I understand,
you can try and place your info in quotes like
this:
Before:
link5clickdata = ?configfile=config_svensk.ini
After:
link5clickdata = "?configfile=config_svensk.ini"
This may not solve your problem, but perhaps
is worth a shot?
Christopher