I don't see a better way. A slightly different way is:
error_msg=[];
error_msg=[error_msg;{'Error: something....'}];
set(handles.status_text,'String', error_msg, 'Value', length(error_msg))
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!