Invalid L-value Expression error on process.xaml

Am getting invalid L-value expression error in process xaml file.


Please find the attachment and help me to find out the solution for this.

1 Like

Hi,

Your argument Out_HashResult is an out argument so it is not intended to something else as result than a variable only (where the result will be stored).

in your case you need to swap both of the values your argument and it should work fine.

Cheers

4 Likes

Hy @Florent_Salendres could you tell me how can i resolve the same problem in my in/out argument.
I am getting an error “Invaild L-Value Expression”
Thanks and regards

Hi may i know if you found a solution to this?