07-17-2024, 08:07 PM
My point was if we need to increase array size we should use REDIM ..right ?
so
DIM arr(100)
REDIM arr(1000)
that is only useful if we don't know what size we need..right?
so if we have loop ..for example which require more space then REDIM
in my own programs i never use REDIM i use fixed size.
but that is me ..
so
DIM arr(100)
REDIM arr(1000)
that is only useful if we don't know what size we need..right?
so if we have loop ..for example which require more space then REDIM
in my own programs i never use REDIM i use fixed size.
but that is me ..
micro(A)developer
http://basic4us.epizy.com/forum/index.php
http://basic4us.epizy.com/forum/index.php