Topic complex |
Selecting |
Function |
sel() |
Short |
Converts a selection to a number |
Syntax |
SEL(Selektion) : 0|1 |
Parameter |
Selection : logical expression |
Return |
1 : if Selection TRUE
0 : if Selection FALSE |
See also: |
|
Description |
SEL('hans' in ['peter','fritz','hans']) -> 1
|
|
User: HoHeSi | Date: 25.05.2005 10:41 | #19 |
muss
SEL('hans' im ['peter','fritz','hans']) -> 1
nicht
SEL('hans' ,['peter','fritz','hans']) -> 1
heißen? |
Write a comment:
|