Skip to main content

Difference between @Store1='ABC'; and @Store1=$[LLRESULT.STRING]; ??

Answered

Comments

1 comment

  • Official comment
    Naama Aharoni

    Hi Vimal,

    I guess you are using a transfer command in a macro UF to copy the value of the line loop result to a Store.

    You can try using:

    Transfer(SQL: SELECT $[LLRESULT.STRING]|@STORE1);

    Thanks, Naama

Please sign in to leave a comment.