Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Faxual II for CA-Clipper - faxlocalid http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FaxLocalId
 Get/set local ID
------------------------------------------------------------------------------
 Syntax

    FaxLocalId(<nDev>, [<cNewId>]) -> cOldId

 Parameters

    <nDev> is a fax device number.

    <cNewId> is the new local ID.

 Returns

    Old local ID.

 Description

    The local ID is a string of up to 20 characters that identifies you to
    the remote fax device.  It is sent to the remote device during the
    initial part of a call.  It is also printed in the header at the top of
    each page.

    Most modems allow the local ID to include any ASCII characters, although
    backslash (\) and quote (") may not be accepted.  To be absolutely
    correct, and guarantee your code will work on any modem, the local ID
    should contain only digits, spaces, and the plus sign (+).  This can be
    used to give your phone number in international format, consisting of a
    plus sign, country code, area code, and local number:

        +1 818 986 5411

    The default FaxLocalId() is an empty string ("").

 Example

    FaxLocalId(1, "+1 818 986 5411")

See Also: FaxHeader

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson