0
Answer

translating from old VB6 to c#

Photo of Ophir Oren

Ophir Oren

18y
1.8k
1
hi all, I have a program written in VB6 that I'm now re-writing in c#. in the program theres a line as such: c = c Or &H80000000 the variable "c" is the type Long what exactly does this line means? and how do I write it in c#? Thanks