Question: Result Return(value)

Possibly a quick one,

I have two sets of precedures, both return the right values however one returns the values alone e.g.

x := 123123.2312323

 

The other wrongly returns

x :=  Return(123123.2312323)

I have literally pages of code, any suggestions why this would be the case?

 

Thank you!!!

Please Wait...