i have a function that is dynamically created at run time.
I have to execute it at run time
plz help.
code
string returnValue = aMatriz[i, DS];
value of aMatriz[i, DS] that created at run time is
fnMonta(sNR,lID, lID1, sCD, false)
return type of fnMonta is string.

Pramod GuptaPosted Jun 4, 2016, 5:57 AM
i have a function that is dynamically created at run time.
I have to execute it at run time.
string returnValue = aMatriz[i, DS]; aMatriz id a 2 D array.value of i=1,DS=2
Atul KumarPosted Jun 3, 2016, 7:45 AM