Skip to main content

Break line command beas script

Comments

2 comments

  • 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.

Please sign in to leave a comment.