[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: hash (comment) sign inside string
From: |
Eli Zaretskii |
Subject: |
Re: hash (comment) sign inside string |
Date: |
Thu, 10 Jan 2008 06:31:08 +0200 |
> Date: Wed, 9 Jan 2008 12:34:32 -0800 (PST)
> From: haues1 <address@hidden>
> Cc:
>
> I tried the escape character "\\" like:
>
> MEXOPTION := abc\\#def
>
> but it doesn't work. Can somebody please help me?
Why did you double the backslash? It works for me with one backslash:
MEXOPTION := abc\#def