J
JL
Hi all,
I have a self defined function at following
Function testing()
if a < b then
return a
else
return b
end if
sqlCon.close()
Based on above function, does the system will excute the "sqlCon.close()"
statement after "end if"? or quit the function when excuted the "return"
statement.
Thanks a lot
I have a self defined function at following
Function testing()
if a < b then
return a
else
return b
end if
sqlCon.close()
Based on above function, does the system will excute the "sqlCon.close()"
statement after "end if"? or quit the function when excuted the "return"
statement.
Thanks a lot