rLensDesign := "FT"
lLensDesign := "SV"
for tempLensDesign in Object(rLensDesign, lLensDesign) {
...
}
I am getting an error in for loop saying "Unrecognized action". I know I did not do
Object(rLensDesign, lLensDesign)
right but documentation is confusing and I cant figure out how to fix it. My objective is to have values of rLensDesign in tempLensDesign in first iteration of the loop and so on.