|

the software that grows
with you
| |
|
V32INetDial()
|
| Opens the dialup window for a specific
dialup id. |
|
Syntax
|
| V32INetDial( [cConnectionId], [nTries] ) |
|
Arguments
|
| cConnectionId |
Character string to represent the dialup id. If this
is absent or given id is not present on the system, default
connection will be used. |
| nTries |
Numeric to specify how many times dialup window be
forced to open if the said connection is not established. Default is
1. |
|
|
Returns
|
| NIL |
|
Description
|
| |
|
Usage
|
if !V32INetConnected()
V32Dial( cConnectionId, 3 )
if V32INetConnected()
V32SendMail()
endif
endif |
|
Tips
|
|
|