AN-net
08-09-2006, 03:30 PM
if i return something from a function does it exist it immediately?
Paul M
08-09-2006, 06:07 PM
Yes.
If called from within a function, the return statement immediately ends execution of the current function, and returns its argument as the value of the function call, return will also end the execution of an eval() statement or script file.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.