SYS(103) - Talk Setting
Returns the current SET TALK setting.
SYS(103)
Return Values
Character
Example
IF SYS(103) != 'ON'
SET TALK ON
ENDIF
Este browser já não é suportado.
Atualize para o Microsoft Edge para tirar partido das mais recentes funcionalidades, atualizações de segurança e de suporte técnico.
Returns the current SET TALK setting.
SYS(103)
Character
IF SYS(103) != 'ON'
SET TALK ON
ENDIF