A
Abhinit Kumar Das
Guest
I am trying to pass multiple input parameters using prowin32 . But i am not able to find out the correct way of passing multiple parameters.
This is the code of my *.p file
and I am trying the below command in proenv
I tried removing the quotation marks of the input parameters but I am still getting error saying
Continue reading...
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.
and I am trying the below command in proenv
Code:
prowin32.exe -p D:\proj\myfolder\sample.p -param "1stValue","SecondValue" -clientlog D:\proj\myfolder\pf\lg.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
Continue reading...