apologies for the rather vague question, i’ve written a simple for statment, where players is a predetermined integer:
for k = 0:players;
inputdlg('Enter the name of player (?): ');
end
i’d like to have the section (?) to be automatically populated as the statement counts through the player number.
can anyone suggest a way to do this?
thanks!
Use
sprintf: