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

Why does this OpenEdge 10.2B Code work, and not generate a run-time error?

Discussão em 'StackOverflow' iniciado por fdantas, Fevereiro 26, 2015.

  1. fdantas

    fdantas Administrator Moderador

    Shouldn't this simple program generate a run-time error? When I run it, the value of 4 is displayed on the screen.

    RUN pTest ( 2 + 2 ).

    PROCEDURE pTest:

    DEF INPUT PARAM cData AS CHAR NO-UNDO.

    DISPLAY cData.

    END.

    Continue reading...

Compartilhe esta Página