Hello folks!

Need strcmp verb
http://php.net/manual/function.strcmp.php

'a' strcmp 'ab'
1

'a' strcmp 'aa'
1

'a' strcmp 'a'
0

'ac' strcmp 'ab'
_1

May be you have implementation of this verb?

Thank you!
Sergey
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to