append (not strcat) to combine strings with whitespace (n)
I have a text box (text edit field, shoud it be a label box?)
I want to add lines of text to it without loosing the old text.
app.DebugField.Value = append(app.DebugField.Value, "rew LBn");
but the newlines are showing up as text n
Start Trials at 22:26:09 >> rew LBn
I guess I have to sprintf() the string first but why can’t n be properly interpreted by string handling functions?I have a text box (text edit field, shoud it be a label box?)
I want to add lines of text to it without loosing the old text.
app.DebugField.Value = append(app.DebugField.Value, "rew LBn");
but the newlines are showing up as text n
Start Trials at 22:26:09 >> rew LBn
I guess I have to sprintf() the string first but why can’t n be properly interpreted by string handling functions? I have a text box (text edit field, shoud it be a label box?)
I want to add lines of text to it without loosing the old text.
app.DebugField.Value = append(app.DebugField.Value, "rew LBn");
but the newlines are showing up as text n
Start Trials at 22:26:09 >> rew LBn
I guess I have to sprintf() the string first but why can’t n be properly interpreted by string handling functions? n in strings MATLAB Answers — New Questions