how do i insert the inputed message in textbox in a table , the table variable name is “username”
What do you mean? Are you just trying to insert a element into a table?
also your using table.insert wrong
it should be:
table.insert(username, inputUsername.Text)
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.