G
guy
Just a though but three trivial changes which I would like to see in VB:-
1- Make Null a synonym for Nothing, progressively phasing Nothing out, you
have to know null anyway so why not use it in VB?
2- Use Dec or Declare to declare non array variables where currently we
would use Dim. Dim is a fudge, as we are not 'dimensioning' anything.
3- Allow the '++' / '--' style syntax for incrementing / decrementing a
number. It is a simple concise shorthand.
any thoughts?
Guy
1- Make Null a synonym for Nothing, progressively phasing Nothing out, you
have to know null anyway so why not use it in VB?
2- Use Dec or Declare to declare non array variables where currently we
would use Dim. Dim is a fudge, as we are not 'dimensioning' anything.
3- Allow the '++' / '--' style syntax for incrementing / decrementing a
number. It is a simple concise shorthand.
any thoughts?
Guy