À revérifier par rapport à la version anglaise maintenue à jour
Check Datas
|
Function name: weCDatas
|
This function is the equivalent of a logical test: if Value compared with testValue by testFunction is TRUE then make valideAction else failAction .
- 1) Left value to be checked.
- 2) Kind of test (==, !=, <, >, <=, >=)
- 3) Right value of the test
- 4) Action if the test is "True".
- 5) Action if the test is "False".
- 6) [commun] Internal name of the function. This name is used especially for jumps, loops ...
←ARCC Guide EN