Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Nested WITH
Message
From
17/01/2002 07:34:14
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Nested WITH
Miscellaneous
Thread ID:
00606011
Message ID:
00606011
Views:
51
I am curious ... does anybody know how many levels you can nest WITH ... ENDWITH?

Example, to explain what I mean:
with ThisForm
  .Visible = .T.  && Applies to ThisForm
  with .PgfPageFrame
    .ActivePage = 2  && Applies to ThisForm.PgfPageFrame
  endwith
  .MyMethod()  && Back to ThisForm
endwith
Looks like there is some sort of stack (comparable to PUSH/POP commands) for WITH...ENDWITH.

Hilmar.
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Next
Reply
Map
View

Click here to load this message in the networking platform