Don't know why it didn't take all my feedback.
Anyway, I went on the contour map, and used Customize and added a script and then entered the following:
Zone = If(
And( 1 <= X < 10, 1 <= Y < 20 ), "Z1",
And( 20 <= :X < 45, 21 <= :Y < 67 ), "Z2"))
When I hit OK, it did something but I did not get any error in the log window.
So,where am I supposed to see the newly assigned zones? Will those be in the data table?