Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
WAIT command bug?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00008377
Message ID:
00008515
Views:
30
>>>I used the following statement:
>>>WAIT WINDOW TIME()
>>>It generates an error "Missing operand".
>>>In the same time, the following statement:
>>>WAIT WINDOW TIME(n)
>>>works like:
>>>WAIT WINDOW TIMEOUT n
>>>I think that VFP should recognize the TIME() function as message text, not like TIMEOUT clause.
>>>
>>>Vlad
>>VFP will recognize the time() function, but you have to put it in parenthesis. WAIT WINDOW (time())
>
>Why? Is it the normal behaviour of VFP?
>
>Vlad
VFP understands the first four letters of a command, E.g. Try this WAIT WINDOW TIME 2
I think there must be a conflict with this.
** ** ** ** ** ** ** ** ** ** **
Gregory Cummines
Visual FoxPro 3.0/5.0
C/C++ Applications
** ** ** ** ** ** ** ** ** ** **
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform