| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | Newsletters | VB Forums | Developer.com |
|
|||||||
| Assembly Questions and Answers for Assembly here! |
![]() |
|
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Same string
I am trying to compare some string but it seem's not to work.
Let's say that: A = 'C:\hello' B = 'C:\hello' function something() { Showmessage('Hello') } function somethingelse() { ShowMessage('Somethingelse'); } If A = B then goto something() Plus it will be very nice to have it also in: If A not = B then goto somethingelse() If someone can help me then have it in Tasm32. |
|
#2
|
||||
|
||||
|
Re: Same string
__________________
http://www.white-scorpion.nl |
![]() |
| Bookmarks |
|
||||||
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|