June 2, 200025 yr Hi I rechive the following error message when i try to specify the following Replace Calculation: Replace(Validation,1,2,1) The number 2 is highlighted. An operator (e.g.+,-,*...) is expected here. Regards Hanson ------------------ HansonTimeSolution Jan Hanson fax. (+45) 44 44 81 07
June 5, 200025 yr Hi, If you're trying to replace the field Validation by the value 1, then place quotes around the one: Replace(Validation, 1,2,"1") - this replaces the first two characters in the field by 1. You might also have problems because the length of your replacement string is only one character long. Also check that Validation is a text field and contains two characters. Louisa
Create an account or sign in to comment