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.
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
So...i have this part of code :

With what i can replace "num -- <> 0" , for coding to work?
If i remove "--", it works, but i need that.
Thanks.

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!".
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]()
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!

I tryed to recover some project files...imposibble...50+ errors ...
Thanks anyway.
Thanks anyway.
If somebody helps you, don't forget to say "Thank You!".
3 posts
Page 1 of 1
Copyright Information
Copyright © Codenstuff.com 2020 - 2023