OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: andrew on January 19, 2010, 06:15:05 AM

Title: can you clear a text box?
Post by: andrew on January 19, 2010, 06:15:05 AM
is there a function im not seeing in the helps that will clear a text box
in a modal form that opens from a modeless form?
Title: Re: can you clear a text box?
Post by: Kerry on January 19, 2010, 06:55:47 AM
perhaps

(dcl_Control_SetText <CONTROL> "" )
Title: Re: can you clear a text box?
Post by: andrew on January 19, 2010, 08:40:23 AM
i used that, but i thought there might have been something like
(dcl_control_clear...) something like that

i guess this will have to do

thanks for the reply Kerry