Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
A little problem
Message
From
23/01/2004 12:20:54
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00869802
Message ID:
00869958
Views:
16
Hi David,

a) VFP is a mix style language. When VFP it will become a pure OOP I will not have escape.

b) Old style no oop commands are faster
CLEAR
t1=SECONDS()
FOR j=1 TO 1000
  DEFINE WINDOW Form1 FROM 0,0 TO 10,10 NAME x
NEXT
? SECONDS()-T1

t1=SECONDS()
FOR j=1 TO 1000
  x=CREATEOBJECT("Form")
NEXT
? SECONDS()-T1
Fabio
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform