J
John Wright
I have the following code that was converted from C#
Machine.Shift.Left(data(63), 24) Or Machine.Shift.Left(data(62), 16) Or
Machine.Shift.Left(data(61), 8) Or data(60)
Of course this doesn't work so how would this line be converted to VB
John
Machine.Shift.Left(data(63), 24) Or Machine.Shift.Left(data(62), 16) Or
Machine.Shift.Left(data(61), 8) Or data(60)
Of course this doesn't work so how would this line be converted to VB
John