Buenos Dias Amigos,
Is there a way to create a custom operator for VB.Net? I wanna do something like the "++" or "--" operations in C++.
Does anyone have any idea on where I should get started?
Thanks,
Squirrelly1
Printable View
Buenos Dias Amigos,
Is there a way to create a custom operator for VB.Net? I wanna do something like the "++" or "--" operations in C++.
Does anyone have any idea on where I should get started?
Thanks,
Squirrelly1
Is it to much to just :
VB Code:
Variable+=1
?
Phreak
I don't think operator overloading is available in VB until Whidbey comes out. You can do it in C#, however.
Phreak,
I did not know that this operator existed.
Thanks
crptcblade,
What is Whidbey?
Thanks again,
Squirrelly1