%In function
Related pages:
BOOL %In( UNIVAL in Arg UNIVAL in Choice1 [, Choice2] [, Choice3] .. [, Choice31] )
Arg | Searched value. |
Choice1 .. Choice31 | List of scanned values. |
BOOL _i _i := %In ( 10, 1, 2, 3, 4, 5) ; returns FALSE _i := %In ( 3, 1, 2, 3, 4, 5) ; returns TRUE _i := %In ( 1, Sec, Min) ; returns TRUE every 1-st second of minute and every first minute of hour
Related pages:
Pridať komentár