Saltar al contenido principal

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

Respondida

Comentarios

1 comentario

  • Comentario oficial
    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

Iniciar sesión para dejar un comentario.