Re: backslash-issues



Joost wrote:
>
> there was another thread about this issue, this seems quite nice to me:
>
> CHARACTER(LEN=1), PARAMETER :: backslash='\\'
>
> Joost

The problem with that approach is that the backslash may not be a
valid character for the compiler (it is not part of the language's
character set).

Regards,

Arjen
.



Relevant Pages