Click here to Skip to main content
15,881,852 members

Comments by Rounak Hasan (Top 34 by date)

Rounak Hasan 21-May-12 5:37am View    
oohhh.. done.. thanks a lot.
Rounak Hasan 21-May-12 4:09am View    
it also returning zero result. May be because of the space after the comma. I have tried giving /s there but still no result there. And one thing for array declaration it is like
Dim f(a, b_1, c_34) as string
I think by this we can distinguish between calling function with 3 arguments with 3d array.
Rounak Hasan 21-May-12 4:09am View    
it also returning zero result. May be because of the space after the comma. I have tried giving /s there but still no result there. And one thing for array declaration it is like
Dim f(a, b_1, c_34) as string
I think by this we can distinguish between calling function with 3 arguments with 3d array.
Rounak Hasan 21-May-12 2:04am View    
I have changed it to \([A-Za-z0-9]+[_]*[A-Za-z0-9]*,\s[A-Za-z0-9]+[_]*[A-Za-z0-9]*,\s[A-Za-z0-9]+[_]*[A-Za-z0-9]*\)
But still its returning nothing.
Rounak Hasan 21-May-12 1:50am View    
the pattern doesn't matching with f(a, b_1, c_34) ..Most of array declaration like this.