ditFieldClose SUB Action Erases the specified edit field from the current window and deletes it from the global arrays. Syntax EditFieldClose handle% Remarks Use EditFieldClose when you want to erase an edit field from a window rather than close the window. The argument handle% is an integer that indicates the number of the edit field being closed. This can be any number between 0 and the value declared in the constant MAXEDITFIELD, inclusive. If handle% is 0, all edit fields in the current window are closed. If the WindowClose procedure is used to close a window that contains edit fields, you need not use this procedure since all edit fields associated with a closing window are automatically closed. See Also. EditFieldOpen, WindowClose