In a script I am writing, I have strongs of the form:

abc:def

which I would like to test for equivalence.  The condition,

if( "abc:def" == "abc" )

tests as TRUE (which is wrong).  How can I correctly
compare two strings of the form abc:def ijk:lml without breaking them apart?

I tried, "abc\def" == "abc" , but this also tests as TRUE.

Thanks for any help.

You can e-mail me at

[EMAIL PROTECTED]

-- Pete
-
Visit the jfw ml web page: http://jfw.cjb.net

Reply via email to