home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / business / clockin2.zip / OPERATOR.DB_ / OPERATOR.bin (.txt)
Paradox Database Table  |  1993-08-23  |  4KB  |  37 rows

#ID,N,8Operator,A,30
11.000000Arithmetic:
22.000000x+y Add
33.000000x-y Subtract
44.000000x*y Multiply
55.000000x/y Divide
66.000000x%y Per Cent
77.000000-x Negate
88.000000Conversion:
99.000000$ x To Currency
1010.000000Comparisons:
1111.000000x=y Equal
1212.000000x<>y Not equal
1313.000000x<y Less than
1414.000000x>y Greater than
1515.000000x>=y Greater or equal
1616.000000x<=y Less or equal
1717.000000Strings
1818.000000x + y Concatenate
1919.000000x [y] Subscript
2020.000000x in y In string
2121.000000Rangesi
2222.000000x to y make range
2323.000000x in y In range
2424.000000Boolean:
2525.000000x and y And
2626.000000x or y Or
2727.000000not x Not
2828.000000Arrays:
2929.000000[x, ...] Make array
3030.000000x [y] Subscript
3131.000000x in y In array
3232.000000Other:
3333.000000(x) Parentheses
3434.000000x:=y Assignment
3535.000000if x then y else z
3636.00000011 Comment