Using PB/DOS 3.2. Can somebody explain to me why I get an
error 9 (subscript out of range) on the line with the dim
statement in this little program?
Thanks.
Maurice
sub test
dim HUGE keuze(1:38000) as local string
end sub
call test
error 9 (subscript out of range) on the line with the dim
statement in this little program?
Thanks.
Maurice
sub test
dim HUGE keuze(1:38000) as local string
end sub
call test
Comment