Saltar al contenido principal

Break line command beas script

Comentarios

2 comentarios

  • Jesús Medina

    Hello Fabio,

    In BeasScript you have to add symbol "&" at the end of the line to split one beasscript command in several lines.

    For your example you can write something like this:

     

    global function itemchangeuser
      select BplId &
    from obpl &
    where BPLName = N'<dw_1.item.bplname.value>'

        dw_1.item.match.value=<wert1>
     
        return true
    end global

    Regards,

    Jesús Medina

  • Fabio

    it worked perfect, thanks.

Iniciar sesión para dejar un comentario.