I wrote a simple if statement:
IF [Party Office] = "GULFESTMED"
THEN [Party Office] = "Gulf East Med"
ELSE [Party Office]
ENDIF
Instead of text it inserts value 0 to the attribute. Input format of the field is V_String.
Should I set up a different format ?