Need help?[TuT]How to use _ in VB - MPGH - MultiPlayer Game Hacking & Cheats
[TuT]How to use _ in VB
Posts 1–13 of 13 · Page 1 of 1
[TuT]How to use _ in VB
Okay so this time guys, this is written completely by me!
So actually the _ code in VB is very simple and useful. You use it when a particular line of code gets very long! I used this in TopBlast's Hack Injector when i was helping him with it!
Okay so say we had a very long string of code like this:
[php]MsgBox("If your mom had a life then we could all live safely but"[/php]
See the above↑? That might not get that long in VB but say it did. To see your code easier and not be confused with the lines all over the place, you use _.
So again, the above example.
[php]MsgBox("If your mom had a life then we could all live safely" _
& " but unfortunately she doesn't.")[/php]
That code allows us to start a new line without getting all sorts of errors.
Thanks for reading! and press the Thanks button