|
-
November 26th, 1999, 07:40 AM
#1
Please help me with VB syntax!!!
Hello!
Could you possibly help me with VB syntax? To be more exactly I work in MS Access 97 VBA.
I just want to do the following:
1. Declare an array of CONST STRINGs and initialize all strings in the same declaration.
2. Pass this array as a ParamArray in the function with the following prototype:
Public Function DropTables(ParamArray myArray()) As Boolean
Is this impossible?
I'm a C/C++ programmer, for me it is very difficult to understand VB syntax.
Thanks in advance.
Dmile.
Dmitry Leonov.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|