i’m learning programming in C# and would like to know if it is possible to output the value of a string that is 12 letters long into a table with 12 columns, each column will have one label which one letter of the string will be displayed in
Share
Sure. Just iterate the characters and do whatever you want. And it would go a little something like this: