SYS(103) - Talk Setting
Returns the current SET TALK setting.
SYS(103)
Return Values
Character
Example
IF SYS(103) != 'ON'
SET TALK ON
ENDIF
Tento prohlížeč se už nepodporuje.
Upgradujte na Microsoft Edge, abyste mohli využívat nejnovější funkce, aktualizace zabezpečení a technickou podporu.
Returns the current SET TALK setting.
SYS(103)
Character
IF SYS(103) != 'ON'
SET TALK ON
ENDIF