Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Reserved variable: i
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00941547
Message ID:
00941561
Views:
8

LOCAL i
i = CREATEOBJET( "form" )
i.show()


If i is a memory variable, then a syntax without ambiguity is:
LOCAL i
i = CREATEOBJET( "form" )
m.i.show()
Fabio
Previous
Reply
Map
View

Click here to load this message in the networking platform