|

the software that grows
with you
| |
|
V32INetConnected()
|
| Ckecks whether system is connected to
internet or not. |
|
Syntax
|
| V32INetConnected() |
|
Arguments
|
|
None
|
|
Returns
|
| The state of internet connection as TRUE
or FALSE |
|
Description
|
| It is a handy function to check whether
system is connected to internet or not. It is fairly useful with
V32SendMail() function. |
|
Usage
|
if !V32INetConnected()
V32Dial( cConnectionId, 3 )
if V32INetConnected()
V32SendMail()
endif
endif |
|
Tips
|
|
|