Next:
fcvt()
Up:
Character and String Functions
Previous:
char
Contents
Index
compare
Format:
compare(text_expr, text_expr)
Result:
0 or 1
Description:
Returns 1, if both text strings are equal.
e.g.:
if compare(s1, "test_string") ....