vhdl textio and escape sequences

O

Olaf Petzold

Hi,

how can I write something like this:

use std.textio.all;
....
write(L, string'("static const char* const version = \"$Revision$\";")
& LF);

where L is of type line.

Thanks,
Olaf
 
M

Mike Treseler

Olaf said:
how can I write something like this:
write(L, string'("static const char* const version = \"$Revision$\";")

use "" instead of \"

-- Mike Treseler
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,020
Latest member
GenesisGai

Latest Threads

Top