Hello,

I was trying to replace the value of some variables. My code is:

replace a867_2900 = 375000‬ * 0.110132 if a867_2900 == 3
replace a867_2900 = 450000 * 0.110132 if a867_2900 == 4

The second line worked successfully, and it showed "(1,005 real changes made)". But for the first line, it showed, "375000 invalid name r(198)".

Does anyone know what's the problem?

Thank you!