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.
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.