02-03-2024, 10:28 PM
To highlight what bplus is saying:
DIM x
DIM x(5)
Of the above, which is a variable and which is an array?
That's basically what you've did in your code.
DIM x
DIM x(5)
Of the above, which is a variable and which is an array?
That's basically what you've did in your code.