I want to generate one button and two textedit box, when I input the strings to the first textedit box, and then press the button, antoher editbox will show what I entered, but with two additional single quote? I just cannot get anything feedback whatever I entered.
nw = New Window( "test",
teb1 = Text Edit Box(""),
teb2= Text Edit Box(""),
btn1=Button Box( "Enter",teb2("'"||char(teb1 << Get)||"'")
));