Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Wait window...
Message
From
12/03/2001 11:52:55
 
 
To
12/03/2001 11:44:00
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00484085
Message ID:
00484091
Views:
18
>Good morning everybody!
>i have a loop :
>For i = 1 to x.....
> wait window
>...........
>How do i display a value of i in the wait window.
>Thank U.

wait window str(i)

or

wait window alltrim(str(i))

maybe tidier
Len Speed
Previous
Reply
Map
View

Click here to load this message in the networking platform