Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Bonjour à tous,
je cherche l'erreur dans la syntaxe suivante:
If not isnull(FileSize($(vQVDPath)&'AssAuto.qvd')) Then
Quelqu'un aurait une idée?
Hi everybody,
I don't find the mistake in the script below:
Someone could help me?
Thank you very much.
Hello!
I've tested here and apparently it worked.
Here is the script that i've used:
vQVDPath = 'C:\Users\rochaga\Documents';
If not isnull(FileSize($(vQVDPath)&'Test.QVD')) Then
TRACE 'OK';
ELSE
TRACE 'NULL';
ENDIF
Regards,
Gabriel