Null a Date Only Works in Free-form

Null a Date Only Works in Free-form

When is scrip-builder mode, if you attempt to update a date field with null as follows:

r = CALENDARS[Sender == zoho.loginuserid];
r.EXP_DATE=null

You get this:

expression type does not match:
type required:date
type found:null


Changing to free-form mode, this error is not seen.

John M. Whitney