Hi, I have a dialog-box with various "edit_box"es. In the dcl-file I set the initial value of these boxes using the attribute "value". In my lisp-file I then write (action_tile "Namebox" "(setq VAR $value)"). I was thinking that if the user did not change the preset value of the edit_box, that preset value would be assigned to the variable "VAR". Now it seems that values are not assigned unless the user explicitly enters something in the edit-box. So what's the use of the attribute "value" then? Or did I forget something? Thanks in advance for your help, Stef