Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Display message whenever variable changes
Message
From
24/11/2004 03:59:26
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
23/11/2004 18:40:31
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 8 SP1
Miscellaneous
Thread ID:
00964064
Message ID:
00964157
Views:
9
>Thanks Cetin
>I'll give it a try.

Rajani,
I misunderstood it in the first place.
I think debugger would be easier. Set a breakpoint with "Break when expression is true" and put your expression as a match to another public variable (TrackingVar). ie:

!(Type('m.MyVar') = Type('m.TrackVar') and m.MyVar = m.TrackVar)
Clear All
Release All extended
On key label f2 m.TrackVar = m.myVar
Public TrackVar,myVar
? "Starting ..."
Function1("Hello")
Function2()
Function3()

Function function1
Lparameters tcStr
MyVar = Upper(m.tcStr)

Function function2
For ix=1 to 10
 ? ix
endfor
MyVar = "there"

Function function3
MyVar = "again"
PS:Still against public vars:)
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform