Create char array and display results in table
Hi, i'm trying to split a string, to an array of characters, display the result in a single row of a table, and the row should be in a form view. Currently, the form view is pulling a result like this
LEAP8475J94CC and displaying in a textbox. However, i wish every letter would be displayed in a single <td>. Please help me.