I am trying to pass multiple input parameters using prowin32 . But i am not able to find out the way of passing multiple parameters.
This is the code of my *.p file
<code>define input parameter param1 as character no-undo.
define input parameter param2 as character no-undo.
message param1 param2
view-as alert-box.
</code>
<code>define input parameter param1 as character no-undo.
define input parameter param2 as character no-undo.
message param1 param2
view-as alert-box.
</code>
define input parameter param1 as character no-undo.
define input parameter param2 as character no-undo.
message param1 param2
view-as alert-box.
and I am trying the below command in the proenv
<code>prowin32.exe -p D:projmyfoldersample.p -param "1stValue","SecondValue" -clientlog D:projmyfolderpflg.log
</code>
<code>prowin32.exe -p D:projmyfoldersample.p -param "1stValue","SecondValue" -clientlog D:projmyfolderpflg.log
</code>
prowin32.exe -p D:projmyfoldersample.p -param "1stValue","SecondValue" -clientlog D:projmyfolderpflg.log
I tried removing the quotation marks of the input parameters but I am still getting error saying
<code>mismatched parameters passed to the routine
</code>
<code>mismatched parameters passed to the routine
</code>
mismatched parameters passed to the routine