L’interface de VDS Renaissance est disponible en plusieurs langues. La documentation officielle est maintenue en anglais afin de garantir une référence unique, cohérente et toujours à jour.
@BOTH
Syntax
@BOTH(<string1>,<string2>)
Description
This function returns the value 1 (true) only if both <string1> and <string2> are non-null (true); otherwise the function returns null (false).
OK
Unchanged.
Example
repeat
wait 1
until @both(@file(a.txt),@file(b.txt))