Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
The scope of WITH
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
The scope of WITH
Miscellaneous
Thread ID:
00881595
Message ID:
00881595
Views:
52
I didn't think this would work:
WITH oMyObj
  .SomeProperty=.T.
  SomeFunction()
  .AnotherProperty=.F.
ENDWITH
 * ...more code in this procedure

Function SomeFunction()
.YetAnotherProperty=.T.
Return
If .YetAnotherProperty is a property of oMyObj in the calling code, this will resolve OK in the function SomeFunction. But I thought that WITH / ENDWITH only scoped to the current procedure. What's up?
Next
Reply
Map
View

Click here to load this message in the networking platform