Network File While
Posted: Thu Jun 02, 2005 9:50 pm
It would be nice to see something like the following functionality:
Basically you can use RecieveNetworkFile to run a loop while it is sending and puts the number of bytes downloaded so far into whatever variable you specify for "Status"...
Code: Select all
WHILE ReceiveNetworkFile(ConnectionID, FileName, *Status)
MessageRequester("Status", "Current File Size: " + Str(Status), 0)
Delay(1000)
WEND