FIND('=><')

gulamdastagirgulamdastagir Member Posts: 411
what is the meaning of FIND('=><') tales from the crypt? :roll:
Regards,

GD

Comments

  • jmjm Member Posts: 156
    Hallo,

    please have a look here: http://www.mibuso.com/forum/viewtopic.php?t=14015
    br
    Josef Metz
  • garakgarak Member Posts: 3,263
    From Online Help (use it ;-) )

    This...
    Tells the system to search for...

    '='
    A record that equals the key values (default)

    '>'
    A record that is larger than the key values

    '<'
    A record that is less the key values

    '+'
    The last record in the table ('+' can only be used alone)

    '-'
    The first record in the table ('-' can only be used alone)


    If SearchStr contains '=', '>' or '<', you must assign values to all fields of the current and primary keys before you call FIND.
    Do you make it right, it works too!
Sign In or Register to comment.