VBA Err object raise method TestCases

Err.Raise(#) enables 'User-Defined Exceptions' 

Std Basic alternative is: Error # 'without  parentheses
which throws pre-defined error codes. 

Change-Id: I76229b237066e33229d4d13e6742c660887fda2e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/85017
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
This commit is contained in:
LibreOfficiant
2019-12-12 09:54:34 +01:00
committed by Mike Kaganski
parent 5a2c0ab297
commit 45435e2ac0
2 changed files with 87 additions and 0 deletions

View File

@@ -84,6 +84,7 @@ void VBATest::testMiscVBAFunctions()
"day.vb",
"enum.vb",
"error.vb",
"Err.Raise.vb",
"exp.vb",
"fix.vb",
"hex.vb",