Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Bug parenthesis matching
Message
From
10/05/2004 10:26:18
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Bug parenthesis matching
Miscellaneous
Thread ID:
00902416
Message ID:
00902416
Views:
65
Found a bug today with parenthesis match.
Bug allows unmatched parenthsis:
with this
    thisform.cRepName = JUSTSTEM(Substr(.PrintCmd, Rat(' ', .PrintCmd) + 1))
endwith
No bug
with this
thisform.cRepName = JUSTSTEM(Substr(this.PrintCmd, Rat(' ', this.PrintCmd) + 1))
endwith

Glenn
Next
Reply
Map
View

Click here to load this message in the networking platform