This is my code and forms, hoping to turn the table line 6 import vb but display type does not match in the array, who help and see what went wrong
CodePudding user response:
Variable is a "array", Print a () is not legal statements,
It should be:
For I=1 to 15: Print a (I) : Next