CODE FOR HOW TO EXIT FROM A FUNTION
CODE FOR HOW TO EXIT FROM A FUNTION
Fuction Test()
Local cName,cAge.....
ReturnI want to exit from a function:
eg)
funtion create(ctxt)
if(ctxt=="sajith")
//if "sajith" i doent want to continue the function i want to exit the function frm here //
in dotnet(vb.net)i used EXITFUNCTION. is Fivewin wht is the syntax?
Dear Sajith,
As said above in my previos post
RETURN is used to exit the function
Regards
Anser