Matthew Toseland skrev:
> On Friday 10 April 2009 13:05:17 Zero3 at freenetproject.org wrote:
  >> -If (!ErrorLevel && _OperaInstallDir <> "")
>> -{
>> -    _OperaPath = %_OperaInstallDir%\opera.exe
>> -
>> +If (!ErrorLevel && _OperaPath <> "")
>> +{
>> +    StringReplace, _OperaPath, _OperaPath, ", , All
> 
> Eeeeek! What horrible syntax!


Huh? The StringReplace?

StringReplace, OutputVar, InputVar, SearchText [, ReplaceText, ReplaceAll?]

- Zero3

Reply via email to