itaykaldi
13 years agoContributor
Default value for method
Hey,
i want to use defualt value for method, but i got error:
the method:
function FindRowByCellText (Grid, View, ColumnId, Text, StartRowHandle = 0)
{
....
}
how do i write default value?
10x.
i want to use defualt value for method, but i got error:
the method:
function FindRowByCellText (Grid, View, ColumnId, Text, StartRowHandle = 0)
{
....
}
how do i write default value?
10x.