braddunlap
Programmer
I can not get the multiple parms to work when calling a function. The help guide says to seperate them with a comma, but that still gives me a syntax error on the calling statement.
The Called statement is in a header file, but I don't think that is the problem since the syntax error is in the actual macro.
Here is what the macro code looks like:
SetPassword("key1",PWord$)
Here is what the function definition looks like in the header file:
Function SetPassword(xKey$,xPw$) as String
Any help would be appreciated.
Thanks.
The Called statement is in a header file, but I don't think that is the problem since the syntax error is in the actual macro.
Here is what the macro code looks like:
SetPassword("key1",PWord$)
Here is what the function definition looks like in the header file:
Function SetPassword(xKey$,xPw$) as String
Any help would be appreciated.
Thanks.