K
kpg
Hi all,
Is there a way to create blocks in vb.net?
I would like to limit a variables scope like this:
begin block
dim myVar as string
...use myVar
end block
....here myVar is not visible
I know that for and do loops hide variables, but is there a way to do it
more generally?
Thanks,
kpg
Is there a way to create blocks in vb.net?
I would like to limit a variables scope like this:
begin block
dim myVar as string
...use myVar
end block
....here myVar is not visible
I know that for and do loops hide variables, but is there a way to do it
more generally?
Thanks,
kpg