Code string error

If you need help with a project or need to know how to do something specific in VB.NET then please ask your questions in here.
Forum rules
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
3 posts Page 1 of 1
Contributors
User avatar
MrMichael
New Member
New Member
Posts: 17
Joined: Tue Feb 16, 2010 3:23 pm

Code string error
MrMichael
So...i have this part of code :
Image

With what i can replace "num -- <> 0" , for coding to work?
If i remove "--", it works, but i need that.
Thanks.
If somebody helps you, don't forget to say "Thank You!".
User avatar
MrAksel
C# Coder
C# Coder
Posts: 1758
Joined: Fri Mar 26, 2010 12:27 pm

Re: Code string error
MrAksel
What version of VB is that? I think bit shifting was removed in VS2005 :? And num-- subtracts 1 right? I though that only worked in C. Well, you can try
Code: Select all
num--
If (num <> 0) Then
   GoTo Label_029A
End If
LMAOSHMSFOAIDMT
Laughing my a** of so hard my sombrero fell off and I dropped my taco lmao;


Over 30 projects with source code!
Please give reputation to helpful members!

Image
Image
User avatar
MrMichael
New Member
New Member
Posts: 17
Joined: Tue Feb 16, 2010 3:23 pm

Re: Code string error
MrMichael
I tryed to recover some project files...imposibble...50+ errors ...
Thanks anyway.
If somebody helps you, don't forget to say "Thank You!".
3 posts Page 1 of 1
Return to “Coding Help & Support”