Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
WAIT command bug?
Message
From
22/09/1996 23:23:24
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00008377
Message ID:
00008414
Views:
37
>>>>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
>
>it looks familiar -- evaluate function [ ie (time()) ] works most places you'd want to do this.

I meant: Is it normal that VFP sees TIME() function as TIMEOUT clause in WAIT command. Then, if yes, why it makes the difference between DELETE() function and DELETE command.

Vlad
Previous
Reply
Map
View

Click here to load this message in the networking platform