Options

Fillename in message

guidorobbenguidorobben Member Posts: 157
Does anybody know how I can show a filename in a message??

if I do this:

Message('c:\test.txt');

The \ is replaced by a new line.

Guido

Comments

  • Options
    AlbertvhAlbertvh Member Posts: 516
    Hi Guido

    use this

    filename := 'C:\Myfile.txt';
    MESSAGE('%1',filename);

    Albert
  • Options
    guidorobbenguidorobben Member Posts: 157
    Thanks,

    That did the trick

    Guido
Sign In or Register to comment.