Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Stop a function
Message
 
 
To
04/07/2006 13:39:06
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
01133643
Message ID:
01133659
Views:
12
>i want to know how to step out of a function , example :
>
>if l_ok then
> &&if i step into this if, i want to go out and i don't want to see the hello box
>endif
>
>messagebox("hello")
>
>how can i do it ???

VFP is very forgiving language, so you can use premature return in false condition.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform