source: branches/stable/lib/sellists/README

Last change on this file was 5390, checked in by westram, 16 years ago
  • TAB-Ex
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 767 bytes
Line 
1
2This directory contain different selection lists
3------------------------------------------------
4
5To create new choices do not modify the files in this directory,
6(for it will be destroyed when you install a new version of arb)
7but:
8
9    Create a new file with a privat extension to the basename of the original file.
10
11        example:
12            original file:      mod_fields.sellst
13            your file:          mod_fields_your_name.sellst
14
15
16Format of sellst files:
17-----------------------
18
19- Lines starting with '#' are comment lines
20- Every other line has the format: DESCRIPTION,EXPRESSION
21- DESCRIPTION may NOT contain commas
22- EXPRESSION is a valid SRT or ACI command
23- EXPRESSION may be prefixed by FIELD# where FIELD is the name of a database field.
24
25
Note: See TracBrowser for help on using the repository browser.