Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
WITH object
Message
From
14/11/2019 08:42:22
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
WITH object
Miscellaneous
Thread ID:
01671871
Message ID:
01671871
Views:
112
Is there a way to access the WITH object here without re-typing it?

Something like:
WITH xyz.abc

    SomeFunction(thisWith, 1, 2)

ENDWITH



FUNCTION SomeFunction
LPARAMETERS toWith, tnRow, tnCol

    ? (toWith == xyz.abc)
    * Displays .T.
Next
Reply
Map
View

Click here to load this message in the networking platform