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

