In article <83dkbd$87q$1 at mach.vub.ac.be>,
Guy Bottu <gbottu at bigben.vub.ac.be> wrote:
>"skip" function could optionally be instructed to skip over tabs as well
>as over blanks. Do you think this is possible and useful ?
You can add tab to your list of skipped characters in the $syntax
definition in the .i file for the database. Look at the example in
trembl.i:
TREMBL_SYNTAX:$syntax:[file:"SRSDB:trembl.is" ignore:" \t"]
The ignore attribute is what $Skip refers to in the .is file.
Hope this helps!
Tim.