CALL CARRIER
This page was last modified 16:15, 17 August 2021 by Mars2000you.

This instruction is available in MDM-Basic and NewModem Basic.

Contents

Effect

Specifies the GOSUB routine to execute when the carrier is gone for an unknown reason or because the caller has just hung up.

This instruction is only useful in a BBS program.

Syntax

CALL CARRIER(:GOSUB<LineNumber>)

Parameter

<LineNumber> is the line with the beginning of the specific routine to be executed.

Example

CALL CARRIER(:GOSUB 2000)

Related to

Compatibility

MDM-BASIC, NewModem BASIC