I ant to match the pattern for a fucnction call with any
number of arguments consisting [] this pattern in
arguments for example :
Where ever there is this pattern "[]" in a function call i
want that match how can i do that?
public integer fu_eventdetailc heckaircraft (datawindow
detail_dw, long cursor_row[])
public integer fu_syllabustwol egs (ref datawindow
detail_dw, string col_name[], string col_text[], long
row_nbr[])
public integer fu_eventscalero wedits (long row_nbr,
u_dw_main detail_dw, ref string set_column_name[])
public integer fu_briefpackdet ailrowedits (long row_nbr
[], ref u_dw_main detail_dw, boolean packet_assigned , ref
string set_column_name )
public integer fu_eventdetailr owedits (long row_nbr[],
ref u_dw_main detail_dw, ref string set_column_name ,
decimal parent_id[])
thank you
Vannela
number of arguments consisting [] this pattern in
arguments for example :
Where ever there is this pattern "[]" in a function call i
want that match how can i do that?
public integer fu_eventdetailc heckaircraft (datawindow
detail_dw, long cursor_row[])
public integer fu_syllabustwol egs (ref datawindow
detail_dw, string col_name[], string col_text[], long
row_nbr[])
public integer fu_eventscalero wedits (long row_nbr,
u_dw_main detail_dw, ref string set_column_name[])
public integer fu_briefpackdet ailrowedits (long row_nbr
[], ref u_dw_main detail_dw, boolean packet_assigned , ref
string set_column_name )
public integer fu_eventdetailr owedits (long row_nbr[],
ref u_dw_main detail_dw, ref string set_column_name ,
decimal parent_id[])
thank you
Vannela