1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

  2. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

UPDATE variable and OUTPUT TO filepath

Discussão em 'StackOverflow' iniciado por fdantas, Setembro 7, 2018.

  1. fdantas

    fdantas Administrator Moderador

    I'm trying to ask a user to insert a filepath and then output the result to that filepath:

    DEFINE VARIABLE outputPath AS CHARACTER FORMAT "x(50)".

    UPDATE outputPath.
    OUTPUT TO outputPath.


    This doesn't seem to be working. But when I do for example:

    OUTPUT TO "C:\temp\test.txt".


    It seems to work.

    Continue reading...

Compartilhe esta Página