SyntaxFix
Write A Post
Hire A Developer
Questions
You can access columns by index, by name and some other ways:
dtResult.Rows(i)("columnName") = strVerse
You should probably make sure your DataTable has some columns first...
DataTable