In the past, prior to 7.1 (DOS and Windows) I used to have this construction to check the existans of variable.
IF vdatum IS NULL THEN SET V vdatum = (.#DATE - 2) ENDIF That way I could default my variable to the existing value, or if there was no value to whatever I decide to. How do I go about to the same thing in 7.1? Gunnar Ekblad
