Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can I do this with WITH THISFORM...ENDWITH?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00456855
Message ID:
00456933
Views:
28
>With / EndWith will only evaluate the left of the =.

No, it will evaluate wherever you use it, and not just in assignments:

WITH THIS
IF .something.value = .someproperty
.Something.value = .somethingelse.value + someproperty / .Parent.whatever
ENDIF
ENDWITH

This is all valid.
Erik Moore
Clientelligence
Previous
Reply
Map
View

Click here to load this message in the networking platform