Click to See Complete Forum and Search --> : Same string


Rosi
October 18th, 2004, 09:02 AM
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.

lepricaun
November 26th, 2004, 05:55 PM
http://burks.brighton.ac.uk/burks/language/asm/asmtut/asm1.htm#toc