6
Okay, most programmers (I think most of them) of Basic (popular; Visual Basic compiler) know what the use of Dim
, but I also think you don’t know what that word means...
Basic Keywords are so obvious (unlike C#), Using
to use a value, Sub
to declare a sub-method, Function
for a function, SyncLock
to close synchronization on an object, but finally what is Dim?
In other languages, such as C#, it is easy to put a var
of varIable, in Python a def
of define or definition. I found it on a website there that means Dimension, but, dimension? Is it really dimension or has something else?
And Resize is used to resize an array at runtime.
– cantoni
@Cantoni could be "Resize Dimension", or something like.
– CypherPotato
Surely that’s what @Cypherpotato. :-)
– cantoni
Possibly "resize".
– Piovezan