From: Travis on
What was your fix on this? I am trying to so the same thing you are and I can't figure it out.
From: Matt Fig on
"Travis " <sinusoid2(a)hotmail.com> wrote in message <hq4ug0$6gq$1(a)fred.mathworks.com>...
> What was your fix on this? I am trying to so the same thing you are and I can't figure it out.

Did you actually *read* the whole thread?
From: Travis on
"Matt Fig" <spamanon(a)yahoo.com> wrote in message <hq57kh$bq0$1(a)fred.mathworks.com>...
> "Travis " <sinusoid2(a)hotmail.com> wrote in message <hq4ug0$6gq$1(a)fred.mathworks.com>...
> > What was your fix on this? I am trying to so the same thing you are and I can't figure it out.
>
> Did you actually *read* the whole thread?

yes I *read* the whole thread. Using the code provided I can either get the same issue, not saving the whole string, or I can get it to save the whole string, but it loses handles.edit1 for some reason when I add
handles.KEY = get(hObject,'string')
guidata(hObject, handles);
to the edit1_Callback function
From: Travis on
got it, nevermind....