Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Comix 3.0 Reference Manual - <b>my index doesn't have all the keys in it (or isn't finding some)! why?</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
My index doesn't have all the keys in it (or isn't finding some)!  Why?

If you are using an EVAL clause, the called function _must_ return .T.

    index on last to last eval myFun()

    function myFun()
        ? "."
    return nil          && WRONG!!!

The function myfun() needs to RETURN .T.  If it returns .F. or has no return
value, Comix will assume you want to stop index creation, and it will stop
creating the index.



Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson