Hi, this below it’s a piece of code to create a incremental string counter like A, B, C, D and so on temporary = ‘A’; temporary = num2char(char2num(temporary ,1) + 1); the result will be that temporary has value ‘B’
↧