
|
<<
Index
>>
|
FutureBasic 5
|
|
edit field close
|
|
statement
|
|
Syntax:
edit field close [#]fieldID%|&
Description:
This statement removes the specified field from the current output window. fieldID& can refer either to an edit field or a picture field. Note that all fields in a window are closed automatically whenever the window is closed. The contents of the field are no longer accessible by the edit$ function or the get field statement after the field has been closed.
See Also:
edit field; edit$ function