hi, my question is that how can we use any coding with 1 alphabet.
like in module i made these-
global c1 as string
public function f1()
c1="End If"
End Function
and then in form coding-
after writing f1 to call f1
can i use c1 instead of end if
thanks
like in module i made these-
global c1 as string
public function f1()
c1="End If"
End Function
and then in form coding-
after writing f1 to call f1
can i use c1 instead of end if
thanks
Comment